add static dummy payload

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

View File

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