mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
@@ -1195,6 +1195,40 @@ build_flags = ${normal_252.build_flags} ${esp8266_4M.build_flags}
|
||||
targets = ${common.targets}
|
||||
|
||||
|
||||
; Build including power measurement plugins for those devices that have only 1M flash.
|
||||
; For example those made by BlitzWolf SHP
|
||||
[env:hard_other_POW_ESP8285_1M]
|
||||
upload_speed = ${common.upload_speed}
|
||||
monitor_speed = ${common.monitor_speed}
|
||||
framework = ${common.framework}
|
||||
platform = ${normal.platform}
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ignore = ${common.lib_ignore}
|
||||
lib_ldf_mode = ${common.lib_ldf_mode}
|
||||
lib_archive = ${common.lib_archive}
|
||||
board_build.f_cpu = ${esp8285_1M.board_build.f_cpu}
|
||||
board_build.flash_mode = ${esp8285_1M.board_build.flash_mode}
|
||||
board = ${esp8285_1M.board}
|
||||
build_unflags = ${esp8285_1M.build_unflags}
|
||||
build_flags = ${normal.build_flags} ${esp8285_1M.build_flags} -D PLUGIN_SET_SONOFF_POW
|
||||
targets = ${common.targets}
|
||||
|
||||
[env:hard_core_252_other_POW_ESP8285_1M]
|
||||
upload_speed = ${common.upload_speed}
|
||||
monitor_speed = ${common.monitor_speed}
|
||||
framework = ${common.framework}
|
||||
platform = ${normal_252.platform}
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ignore = ${common.lib_ignore}
|
||||
lib_ldf_mode = ${common.lib_ldf_mode}
|
||||
lib_archive = ${common.lib_archive}
|
||||
board_build.f_cpu = ${esp8285_1M.board_build.f_cpu}
|
||||
board_build.flash_mode = ${esp8285_1M.board_build.flash_mode}
|
||||
board = ${esp8285_1M.board}
|
||||
build_unflags = ${esp8285_1M.build_unflags}
|
||||
build_flags = ${normal_252.build_flags} ${esp8285_1M.build_flags} -D PLUGIN_SET_SONOFF_POW
|
||||
targets = ${common.targets}
|
||||
|
||||
; ITEAD / SONOFF S20 version --------------------
|
||||
;[env:hard_SONOFF_S20]
|
||||
;upload_speed = ${common.upload_speed}
|
||||
|
||||
Reference in New Issue
Block a user