change interval to 15min test

This commit is contained in:
Hendrik Schutter 2023-03-05 11:33:55 +01:00
parent fb5e71be1c
commit 22d32e9545
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
static TheThingsNetwork ttn;
const unsigned TX_INTERVAL = 5;
const unsigned TX_INTERVAL = 60*15;
static uint8_t msgData[] = "0xBADC0DED";