Open pbgben opened 4 years ago
i have commented out all lines in the LMIC project_config
file and set the platforIO build flag to eu_868 - works fine for me
I too are having issues with the ver1.1 t-beam board. Managed to get the right frequency but i seem to be having issues getting the NEO-M8 GPS working
Commenting everything out in project_config lmic file and replacing the line in platformio.ini with build_flags = -Wall -Wextra -Wno-missing-field-initializers -O3 -Wl,-Map,.pio/build/esp32/output.map -D CFG_eu868 -D CFG_sx1276_radio
worked fine on rev1.1
Any one updated this for the T-Beam V1,.1 with SX1262 LORA chip?
I may just be blind, but I could not find out how to set to eu_868, it would always default to us and if you change the buildflags option in the platformio.ini it would just throw errors, so I found the project config and commented out the us and uncommented the eu_ definitions. I have also commented out the build_flags line in platformio.ini
Location of the file to change, directory may differ depending on your vscode setup. \Documents\platformio\projects\ttgo-tbeam-ttn-tracker-master.pio\libdeps\esp32\MCCI LoRaWAN LMIC library\project_config