Add more regions, disable class B features

This commit is contained in:
Manuel Bleichenbacher
2018-10-03 20:24:18 +02:00
parent 1fe8bf692c
commit 7488566e3c
3 changed files with 19 additions and 5 deletions

View File

@ -1715,7 +1715,8 @@ static void engineUpdate (void) {
#endif // !DISABLE_JOIN
ostime_t now = os_getTime();
ostime_t rxtime = 0;
// ttn-esp32 change: suppress unused variable warning
ostime_t __attribute__((unused)) rxtime = 0;
ostime_t txbeg = 0;
#if !defined(DISABLE_BEACONS)