mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
memory optimizations, strings to flash mem
This commit is contained in:
@@ -8,7 +8,7 @@ flash_mode = dout
|
||||
build_flags = -g -w
|
||||
|
||||
; for debug use these...
|
||||
; build_flags = -g -Wall -Wextra -Werror -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-variable -DCRASH
|
||||
; build_flags = -g -Wall -Wextra -Werror -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-variable -DCRASH -DTESTS
|
||||
|
||||
wifi_settings =
|
||||
; hard code if you prefer. Recommendation is to set from within the app when in Serial or AP mode
|
||||
@@ -35,4 +35,4 @@ monitor_speed = 115200
|
||||
; for OTA comment out these sections
|
||||
;upload_protocol = espota
|
||||
;upload_port = ems-esp.local
|
||||
;upload_port = <add here your ip of the device>
|
||||
;upload_port = <or add here the IP of the ESP8266>
|
||||
|
||||
Reference in New Issue
Block a user