Browse Source
Merge pull request #2448 from weebl2000/bump-sensor-version
bump simple_sensor version to v1.15.0
pull/2452/head
Liam Cottle
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
examples/simple_sensor/SensorMesh.h
|
|
|
@ -34,11 +34,11 @@ |
|
|
|
#define PERM_RECV_ALERTS_HI (1 << 7) // high priority alerts
|
|
|
|
|
|
|
|
#ifndef FIRMWARE_BUILD_DATE |
|
|
|
#define FIRMWARE_BUILD_DATE "20 Mar 2026" |
|
|
|
#define FIRMWARE_BUILD_DATE "19 Apr 2026" |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef FIRMWARE_VERSION |
|
|
|
#define FIRMWARE_VERSION "v1.14.1" |
|
|
|
#define FIRMWARE_VERSION "v1.15.0" |
|
|
|
#endif |
|
|
|
|
|
|
|
#define FIRMWARE_ROLE "sensor" |
|
|
|
|