mirror of https://github.com/arendst/Tasmota.git
remove redundant cc1101 entry
This commit is contained in:
parent
fde257a267
commit
e067c18847
|
@ -177,7 +177,6 @@ platform_packages = framework-arduinoespressif32 @ https://github.com/
|
||||||
build_unflags = ${esp32_defaults.build_unflags}
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
build_flags = ${common32.build_flags}
|
build_flags = ${common32.build_flags}
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
cc1101
|
|
||||||
NimBLE-Arduino
|
NimBLE-Arduino
|
||||||
Micro-RTSP
|
Micro-RTSP
|
||||||
ESP32 Ethernet
|
ESP32 Ethernet
|
||||||
|
|
|
@ -19,7 +19,6 @@ lib_extra_dirs = ${common32.lib_extra_dirs}
|
||||||
lib_ldf_mode = ${common32.lib_ldf_mode}
|
lib_ldf_mode = ${common32.lib_ldf_mode}
|
||||||
lib_compat_mode = ${common32.lib_compat_mode}
|
lib_compat_mode = ${common32.lib_compat_mode}
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
cc1101
|
|
||||||
ESP32 Azure IoT Arduino
|
ESP32 Azure IoT Arduino
|
||||||
ESP32 Async UDP
|
ESP32 Async UDP
|
||||||
ESP32 BLE Arduino
|
ESP32 BLE Arduino
|
||||||
|
|
Loading…
Reference in New Issue