mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
added test target
This commit is contained in:
@@ -8,11 +8,12 @@ default_envs = debug
|
|||||||
|
|
||||||
[common]
|
[common]
|
||||||
; -DMYESP_TIMESTAMP -DTESTS -DCRASH -DFORCE_SERIAL -DNO_GLOBAL_EEPROM -DLOGICANALYZER
|
; -DMYESP_TIMESTAMP -DTESTS -DCRASH -DFORCE_SERIAL -DNO_GLOBAL_EEPROM -DLOGICANALYZER
|
||||||
|
;general_flags = -Wl,-Teagle.flash.4m2m.ld
|
||||||
general_flags =
|
general_flags =
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
|
;board = esp12e
|
||||||
board = d1_mini
|
board = d1_mini
|
||||||
; board = nodemcuv2
|
|
||||||
framework = arduino
|
framework = arduino
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
lib_deps =
|
lib_deps =
|
||||||
@@ -34,8 +35,8 @@ monitor_speed = 115200
|
|||||||
;upload_port = /dev/cu.usbserial-1440
|
;upload_port = /dev/cu.usbserial-1440
|
||||||
|
|
||||||
; uncomment next 2 lines for OTA
|
; uncomment next 2 lines for OTA
|
||||||
upload_protocol = espota
|
;upload_protocol = espota
|
||||||
upload_port = ems-esp.local
|
;upload_port = ems-esp.local
|
||||||
|
|
||||||
[env:buildweb]
|
[env:buildweb]
|
||||||
extra_scripts = pre:scripts/buildweb.py
|
extra_scripts = pre:scripts/buildweb.py
|
||||||
|
|||||||
Reference in New Issue
Block a user