mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
a7
This commit is contained in:
@@ -21,7 +21,7 @@ extra_configs = pio_local.ini
|
||||
|
||||
;debug_flags = -DDEBUG_ESP_PORT=Serial -DDEBUG_ESP_CORE -DDEBUG_ESP_SSL -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_TLS_MEM
|
||||
debug_flags =
|
||||
; -D EMSESP_DEBUG
|
||||
-D EMSESP_DEBUG
|
||||
; -D EMSESP_SAFE_MODE
|
||||
; -D ENABLE_CORS -D CORS_ORIGIN=\"http://localhost:3000\"
|
||||
|
||||
@@ -33,7 +33,7 @@ build_flags = -std=c++11 -Os -fno-exceptions
|
||||
-D ARDUINOJSON_USE_LONG_LONG=0
|
||||
-D BEARSSL_SSL_BASIC
|
||||
-D PROGMEM_WWW
|
||||
-D UUID_TELNET_HAVE_WIFICLIENT_NODELAY=0
|
||||
-D UUID_TELNET_HAVE_WIFICLIENT_NODELAY=1
|
||||
|
||||
libs_core =
|
||||
ArduinoJson
|
||||
@@ -58,18 +58,18 @@ check_flags =
|
||||
clangtidy: --checks=-*,clang-analyzer-*,performance-*
|
||||
|
||||
; USB upload
|
||||
upload_protocol = esptool
|
||||
; upload_protocol = esptool
|
||||
; example ports for OSX
|
||||
;upload_port = /dev/cu.wchusbserial14403
|
||||
;upload_port = /dev/cu.usbserial-1440
|
||||
;upload_port = /dev/cu.SLAB_USBtoUART
|
||||
|
||||
; OTA upload
|
||||
; upload_protocol = espota
|
||||
; upload_flags =
|
||||
; --port=8266
|
||||
; --auth=neo
|
||||
; upload_port = ems-esp.local
|
||||
upload_protocol = espota
|
||||
upload_flags =
|
||||
--port=8266
|
||||
--auth=neo
|
||||
upload_port = ems-esp32.local
|
||||
|
||||
[env:esp8266]
|
||||
build_type = release
|
||||
|
||||
Reference in New Issue
Block a user