platformio: remove serial support from esp8266 for now
This commit is contained in:
parent
d3927c01a0
commit
6a388891f5
@ -129,7 +129,7 @@ src_build_flags =
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
${common_env_data.lib_deps_external}
|
${common_env_data.lib_deps_external}
|
||||||
arduino-libraries/NTPClient@^3.1.0
|
arduino-libraries/NTPClient@^3.1.0
|
||||||
src_filter = "${common_env_data.src_filter} +<inputs/Serial.cpp>"
|
src_filter = "${common_env_data.src_filter}"
|
||||||
|
|
||||||
[env:esp32_bluetooth]
|
[env:esp32_bluetooth]
|
||||||
extends = env:esp32, config_bluetooth
|
extends = env:esp32, config_bluetooth
|
||||||
|
Loading…
Reference in New Issue
Block a user