Hi
I have set gatway for send packet to https://id.thethingsnetwork.org/
It connect to server and i see log:
On PlatformIO I use this configuration:
[env:heltec_wifi_lora_32_V3]
platform = espressif32
board = heltec_wifi_lora_32_V3
framework = arduino
lib_deps = heltecautomation/ESP32_LoRaWAN@^2.1.1
monitor_speed = 115200
After read my ID I put it in this example: OTAA.ino
but receive 3 error:
LoRaWAN_DEBUG_LEVEL
ACTIVE_REGION
DIO1
They are not defined.
How I must correct the code?
Why Example NOT WORK!!!
Thanks