Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel2
co2-ampel
Commits
30d5174f
Commit
30d5174f
authored
Jun 22, 2022
by
Eric Duminil
Browse files
Fix name conflict between lib and esp32
parent
e5b4b438
Changes
1
Hide whitespace changes
Inline
Side-by-side
platformio.ini
View file @
30d5174f
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment