Compare commits

..

3 Commits

Author SHA1 Message Date
Scott Powell
76847a7756 Merge branch 'dev' 2025-04-21 21:57:55 +10:00
Scott Powell
9d82911e18 * ver bump to v1.5.1 2025-04-21 21:50:55 +10:00
Scott Powell
631f593895 * companion: bug fix for 'export contact' 2025-04-21 21:38:57 +10:00
3 changed files with 5 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ static uint32_t _atoi(const char* sp) {
#endif
#ifndef FIRMWARE_VERSION
#define FIRMWARE_VERSION "v1.5.0"
#define FIRMWARE_VERSION "v1.5.1"
#endif
#define CMD_APP_START 1
@@ -1122,6 +1122,8 @@ public:
// export SELF
auto pkt = createSelfAdvert(_prefs.node_name, _prefs.node_lat, _prefs.node_lon);
if (pkt) {
pkt->header |= ROUTE_TYPE_FLOOD; // would normally be sent in this mode
out_frame[0] = RESP_CODE_EXPORT_CONTACT;
uint8_t out_len = pkt->writeTo(&out_frame[1]);
releasePacket(pkt); // undo the obtainNewPacket()

View File

@@ -24,7 +24,7 @@
#endif
#ifndef FIRMWARE_VERSION
#define FIRMWARE_VERSION "v1.5.0"
#define FIRMWARE_VERSION "v1.5.1"
#endif
#ifndef LORA_FREQ

View File

@@ -24,7 +24,7 @@
#endif
#ifndef FIRMWARE_VERSION
#define FIRMWARE_VERSION "v1.5.0"
#define FIRMWARE_VERSION "v1.5.1"
#endif
#ifndef LORA_FREQ