Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ascillato authored Oct 26, 2019
1 parent 9e780c5 commit 01a7e60
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ build_cache_dir = .cache
; *** Uncomment one of the lines below to build/upload only one environment ***
; *** or leave all commented to build all types of firmwares ***
; *****************************************************************************
;default_envs = sonoff-minimal
;default_envs = sonoff-BG
;default_envs = sonoff-BR
;default_envs = sonoff-CN
Expand Down Expand Up @@ -498,20 +497,6 @@ extra_scripts = pio/strip-floats.py
; *** The following options are not needed to be changed for standard use ***
; *****************************************************************************

[env:sonoff-minimal]
platform = ${common.platform}
framework = ${common.framework}
board = ${common.board}
board_build.flash_mode = ${common.board_build.flash_mode}
board_build.f_cpu = ${common.board_build.f_cpu}
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags} -DBE_MINIMAL
monitor_speed = ${common.monitor_speed}
upload_port = ${common.upload_port}
upload_resetmethod = ${common.upload_resetmethod}
upload_speed = ${common.upload_speed}
extra_scripts = ${common.extra_scripts}

[env:sonoff-BG]
platform = ${common.platform}
framework = ${common.framework}
Expand Down

0 comments on commit 01a7e60

Please sign in to comment.