Compare commits

...

2 Commits

Author SHA1 Message Date
Hendrik Schutter fde9ecba68 add static dummy payload 2023-03-05 11:38:17 +01:00
Hendrik Schutter 22d32e9545 change interval to 15min test 2023-03-05 11:33:55 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
static TheThingsNetwork ttn;
const unsigned TX_INTERVAL = 5;
static uint8_t msgData[] = "0xBADC0DED";
const unsigned TX_INTERVAL = 60*15;
static uint8_t msgData[] = "BBBBBBBB"; //8x 0x
#endif /* MAIN_H */