Browse Source

Recover -ota block for #2042

master
Max Prokhorov 5 years ago
committed by GitHub
parent
commit
76ba6d52d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      code/platformio.ini

+ 2
- 0
code/platformio.ini View File

@ -1723,6 +1723,8 @@ build_flags = ${common.build_flags_1m0m} -DLSC_SMART_LED_LIGHT_STRIP
[env:lsc-smart-led-light-strip-ota] [env:lsc-smart-led-light-strip-ota]
board = ${common.board_1m} board = ${common.board_1m}
build_flags = ${common.build_flags_1m0m} -DLSC_SMART_LED_LIGHT_STRIP build_flags = ${common.build_flags_1m0m} -DLSC_SMART_LED_LIGHT_STRIP
upload_port = ${common.ota_upload_port}
upload_flags = ${common.ota_upload_flags}
[env:linksprite-linknode-r4] [env:linksprite-linknode-r4]
board = ${common.board_4m} board = ${common.board_4m}


Loading…
Cancel
Save