Work on EEPROM-Stuff

This commit is contained in:
2022-01-08 03:14:26 +01:00
parent 435a0e1f5a
commit 2e3a9f6e3f
7 changed files with 126 additions and 72 deletions

View File

@@ -18,10 +18,11 @@ board = d1_mini
framework = arduino
upload_protocol = esptool
;upload_port = 10.0.1.90
upload_speed = 921600
;upload_port = ChainLube_DDEFB2
;upload_protocol = espota
;upload_flags =
; --auth=${wifi_cred.admin_pass}
; --auth=${wifi_cred.admin_password}
build_flags =
!python git_rev_macro.py
@@ -30,20 +31,16 @@ build_flags =
-DADMIN_PASSWORD=${wifi_cred.admin_password}
-DWIFI_AP_PASSWORD=${wifi_cred.wifi_ap_password}
;-DDEBUG
-fexceptions
build_unflags = -fno-exceptions
build_type = debug
board_build.filesystem = littlefs
monitor_filters = esp8266_exception_decoder
monitor_speed = 115200
board_build.ldscript = eagle.flash.4m3m.ld
board_build.ldscript = eagle.flash.4m.ld
lib_ldf_mode = deep
lib_deps =
olikraus/U8g2 @ ^2.28.8
joaolopesf/RemoteDebug @ ^2.1.2
fastled/FastLED @ ^3.5.0
sstaub/Ticker @ ^4.2.0
sstaub/Ticker @ ^4.2.0
s00500/ESPUI @ ^2.0.0