-
Notifications
You must be signed in to change notification settings - Fork 102
Comparing changes
Open a pull request
base repository: lnlp/LMIC-node
base: v1.3.0
head repository: lnlp/LMIC-node
compare: main
- 17 commits
- 29 files changed
- 2 contributors
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aabb201 - Browse repository at this point
Copy the full SHA aabb201View commit details
Commits on May 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for df885db - Browse repository at this point
Copy the full SHA df885dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4089d47 - Browse repository at this point
Copy the full SHA 4089d47View commit details -
Fix delay of first uplink message after join
After a join cancel the next scheduled doWork job and re-schedule it for direct execution to prevent delay of the first uplink message.
Configuration menu - View commit details
-
Copy full SHA for e545212 - Browse repository at this point
Copy the full SHA e545212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64270f2 - Browse repository at this point
Copy the full SHA 64270f2View commit details
Commits on Jun 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7b50326 - Browse repository at this point
Copy the full SHA 7b50326View commit details
Commits on Jun 3, 2021
-
Fix nodemcuv2 PRINTF_TO for espressif8266 v3.0.0
Add -D _GNU_SOURCE to [env:nodemcuv2] in platformio.ini. Espressif8266 platform v3.0.0 now also requires this, otherwise LMIC_PRINTF_TO will fail to compile.
Configuration menu - View commit details
-
Copy full SHA for b414276 - Browse repository at this point
Copy the full SHA b414276View commit details
Commits on Jul 22, 2021
-
Remove option to set inital DR and txPower for OTAA
It did not work due to a limitation of the (MCCI) LMIC library. This changes the signature of initLmic() for optional parameters.
Configuration menu - View commit details
-
Copy full SHA for ee2041f - Browse repository at this point
Copy the full SHA ee2041fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 349e2ec - Browse repository at this point
Copy the full SHA 349e2ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c59ad93 - Browse repository at this point
Copy the full SHA c59ad93View commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b3be6ff - Browse repository at this point
Copy the full SHA b3be6ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b1804 - Browse repository at this point
Copy the full SHA 38b1804View commit details
Commits on Dec 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7a70ac7 - Browse repository at this point
Copy the full SHA 7a70ac7View commit details
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4871fbe - Browse repository at this point
Copy the full SHA 4871fbeView commit details
Commits on Mar 6, 2022
-
Fix LMIC_MCCI typo, change to MCCI_LMIC
This was a bug in LMIC-node.h but it did not cause any practical issues.
Configuration menu - View commit details
-
Copy full SHA for fabdde2 - Browse repository at this point
Copy the full SHA fabdde2View commit details
Commits on Apr 30, 2022
-
Add workaround for ESP32 init_hal naming conflict
This workaround fixes a naming conflict for function hal_init. The conflict was introduced by newer versions (> 3.5.0) of PlatformIO Espressif 32 platform (ESP32 Arduino core). See LMIC-node issue #41.
Configuration menu - View commit details
-
Copy full SHA for 157754e - Browse repository at this point
Copy the full SHA 157754eView commit details
Commits on Jul 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a135a30 - Browse repository at this point
Copy the full SHA a135a30View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.0...main