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
parent
commit
bd90475d72
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      examples/simple_sensor/SensorMesh.h

4
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"

Loading…
Cancel
Save