Browse Source
bump simple_sensor version to v1.15.0
pull/2448/head
Wessel Nieboer
1 month ago
No known key found for this signature in database
GPG Key ID: 929C8E45E33B5FD2
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" |
|
|
|
|