When I take the ttn-abp.ino, set the correct keys and start compiling it, an error is raised which says that I didn't declare EV_TXSTART. However, as I read the documentation, there is no need to declare EV_TXSTART.
Environment
Latest version of LMIC is being used
Arduino IDE version 1.8.19
Network Provider : The Things Network (TTN)
Region Asia 920-923 MHz (used by TTN Australia)
Board : LILYGO TTGO T-Beam V1.1 ESP32 LoRa
CPU : AVR (not sure?)
Radio SX1262 (or maybe 1276)
To Reproduce
Take the code from ttn-abp.ino
Replace FILLMEIN variables with the correct values
Describe the bug
When I take the ttn-abp.ino, set the correct keys and start compiling it, an error is raised which says that I didn't declare EV_TXSTART. However, as I read the documentation, there is no need to declare EV_TXSTART.
Environment
To Reproduce
Expected behavior
No errors
Screenshots