Commit 30d5174f authored by Eric Duminil's avatar Eric Duminil
Browse files

Fix name conflict between lib and esp32

parent e5b4b438
Pipeline #6588 passed with stage
in 1 minute and 45 seconds
...@@ -26,5 +26,7 @@ lib_deps = ...@@ -26,5 +26,7 @@ lib_deps =
MCCI LoRaWAN LMIC library MCCI LoRaWAN LMIC library
build_flags = build_flags =
-D ARDUINO_LMIC_PROJECT_CONFIG_H_SUPPRESS -D ARDUINO_LMIC_PROJECT_CONFIG_H_SUPPRESS
; Conflict between 2 hal_init functions. see https://community.platformio.org/t/multiple-definitions-warning-cant-fix-it/27534/9
-D hal_init=LMICHAL_init
-D CFG_eu868=1 -D CFG_eu868=1
-D CFG_sx1276_radio=1 -D CFG_sx1276_radio=1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment