Disable SubGhz support until C6 side is ready.

This commit is contained in:
Skip Hansen
2024-03-04 03:43:12 -08:00
parent 0864870540
commit 3bc96dc48e

View File

@@ -36,8 +36,8 @@ build_flags =
-D DISABLE_ALL_LIBRARY_WARNINGS -D DISABLE_ALL_LIBRARY_WARNINGS
-D ILI9341_DRIVER -D ILI9341_DRIVER
-D SMOOTH_FONT -D SMOOTH_FONT
;upload_port = COM11 upload_port = /dev/ttyUSB1
;monitor_port = COM11 monitor_port = /dev/ttyUSB1
; ---------------------------------------------------------------------------------------- ; ----------------------------------------------------------------------------------------
; !!! this configuration expects the Mini_AP ; !!! this configuration expects the Mini_AP
; ---------------------------------------------------------------------------------------- ; ----------------------------------------------------------------------------------------
@@ -257,7 +257,6 @@ build_flags =
-D SERIAL_FLASHER_BOOT_HOLD_TIME_MS=50 -D SERIAL_FLASHER_BOOT_HOLD_TIME_MS=50
-D SERIAL_FLASHER_RESET_HOLD_TIME_MS=100 -D SERIAL_FLASHER_RESET_HOLD_TIME_MS=100
-D C6_OTA_FLASHING -D C6_OTA_FLASHING
-D HAS_SUBGHZ
build_src_filter = build_src_filter =
+<*>-<usbflasher.cpp>-<swd.cpp>-<webflasher.cpp> +<*>-<usbflasher.cpp>-<swd.cpp>-<webflasher.cpp>
board_build.flash_mode=qio board_build.flash_mode=qio