Update platformio.ini

This commit is contained in:
Mark Trevor Birss 2023-01-07 13:23:33 +02:00 committed by GitHub
parent 0e0ccad489
commit f21212dd3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,9 @@ board = esp32doit-devkit-v1
build_flags = build_flags =
${esp32_base.build_flags} ${esp32_base.build_flags}
-D DIY_V1 -D DIY_V1
;-D EBYTE_E22 -D VTABLES_IN_FLASH=1
;-D OLED_RU -D CONFIG_DISABLE_HAL_LOCKS=1
-D VTABLES_IN_FLASH=1 -O2
-D CONFIG_DISABLE_HAL_LOCKS=1
-O2
-I variants/betafpv_2400_tx_micro -I variants/betafpv_2400_tx_micro
board_build.f_cpu = 240000000L board_build.f_cpu = 240000000L
upload_protocol = esptool upload_protocol = esptool