Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
netmaniac committed Feb 9, 2025
1 parent ced11c4 commit cf2be8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Versions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
NAMF-47rc2 ()
- DNMS support
- LoRaWAN support for ESP32. Still need more tests

NAMF-47rc1 (2025-01-08 rev af7a734dd53b038420a132a0b761ff6c6053ba92)
- disable WiFi when reading data from SDS011. It seems to resolve problems with checksum errors of SDS011
- ESP32 version changed to work with Heltec Wireless Stick Lite V3 (ESP32-S3)
Expand Down
4 changes: 2 additions & 2 deletions src/variables.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#define SOFTWARE_VERSION "NAMF-2020-boot"
#define SOFTWARE_VERSION_SHORT "boot"
#else
#define SOFTWARE_VERSION "NAMF-47rc1"
#define SOFTWARE_VERSION_SHORT "47rc1"
#define SOFTWARE_VERSION "NAMF-47rc2"
#define SOFTWARE_VERSION_SHORT "47rc2"
// undefine SOFTWARE_BETA in production releases
#define SOFTWARE_BETA 1
#endif
Expand Down

0 comments on commit cf2be8e

Please sign in to comment.