Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: samithCEB/pycom-libraries
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 01ced27
Choose a base ref
...
head repository: pycom/pycom-libraries
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 75d0e67
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on May 5, 2021

  1. MFRC630: Fix decoding not returning the data, but all 0's

    Fix for https://forum.pycom.io/topic/6981/pyscan-nfc-rfid-reading-issue/
    
    Decoding a NFC card would previously return all 0's because of this bug. Instead of returning the data, we would return the length, which would make the following function calls print all 0's instead of the decoded data.
    
    I was not able to test this personally because of a lack of decodable keycards
    gijsio authored May 5, 2021
    Configuration menu
    Copy the full SHA
    148a439 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. fix broken link

    ljmerza authored May 27, 2021
    Configuration menu
    Copy the full SHA
    59dd4ca View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Merge pull request pycom#149 from ljmerza/patch-1

    fix broken link
    gijsio authored May 28, 2021
    Configuration menu
    Copy the full SHA
    2db3d5d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Depracation notice (pycom#148)

    * Create readme.md
    
    * for reference only
    
    * partition -> part
    gijsio authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    b92cea7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. added missing parentheses

    gijsio authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    478211f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. pymesh: do not (re-)create LoRa instances in pymesh_config

    It seems there is a rare chance to end up with a frozen device at the point where the lora=LoRa() object is recreated. There is no real need to do this inside pymesh_config, so as a workaround we simply make one object only and pass the lora_mac
    peter-pycom authored and msariisik committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    75d0e67 View commit details
    Browse the repository at this point in the history
Loading