Browse Source
fix Ebyte_EoRa_hub_terminal_chat compilation
pull/2730/head
radmir
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
variants/ebyte_eora_hub/platformio.ini
|
|
@ -87,6 +87,7 @@ build_flags = |
|
|
-D MAX_GROUP_CHANNELS=1 |
|
|
-D MAX_GROUP_CHANNELS=1 |
|
|
build_src_filter = |
|
|
build_src_filter = |
|
|
${Ebyte_EoRa_hub.build_src_filter} |
|
|
${Ebyte_EoRa_hub.build_src_filter} |
|
|
|
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
+<../examples/simple_secure_chat/main.cpp> |
|
|
+<../examples/simple_secure_chat/main.cpp> |
|
|
lib_deps = |
|
|
lib_deps = |
|
|
${Ebyte_EoRa_hub.lib_deps} |
|
|
${Ebyte_EoRa_hub.lib_deps} |
|
|
|