[LoRaWAN] Remove unused TS009 function from example

pull/1547/head
StevenCellist 2025-06-30 00:36:49 +02:00
rodzic a4375086ac
commit a52a03b155
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -148,7 +148,7 @@ void handleTS009(uint8_t* dataDown, size_t lenDown) {
case(RADIOLIB_LORAWAN_TS009_RX_APP_CNT_RESET): {
RADIOLIB_DEBUG_PRINTLN("Resetting Application Frame count");
node.resetFCntDown();
RADIOLIB_DEBUG_PRINTLN("WARNING: not implemented - never used in tests!");
reply = false;
} break;