Bump to version 3 to get rssi et al

This commit is contained in:
Scott Penrose
2026-06-10 11:29:28 +10:00
parent 493826bef5
commit 1444edba0c
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ public:
/* ---- commands (fire-and-forget; replies arrive via callbacks) ---- */
void appStart(const char *name = "esp32");
void deviceQuery(uint8_t appTargetVer = 1);
void deviceQuery(uint8_t appTargetVer = 3); /* 3 = request V3 frames (SNR+RSSI) */
void getDeviceTime();
void setDeviceTime(uint32_t epochSecs);
void sendSelfAdvert(bool flood = true);