added codegen-scripts and updated libs
This commit is contained in:
@@ -25,11 +25,10 @@ upload_speed = 921600
|
||||
; --auth=${wifi_cred.ota_password}
|
||||
|
||||
build_flags=
|
||||
!python git_rev_macro.py
|
||||
!python codegen/git_rev_macro.py
|
||||
-DATOMIC_FS_UPDATE
|
||||
;-DFEATURE_ENABLE_WIFI_CLIENT
|
||||
-DFEATURE_ENABLE_WIFI_CLIENT
|
||||
;-DFEATURE_ENABLE_LORA
|
||||
;-DCAPTIVE
|
||||
-DFEATURE_ENABLE_UARTLORA
|
||||
-DWIFI_AP_IP_GW=10,0,0,1
|
||||
-DADMIN_PASSWORD=${wifi_cred.ota_password}
|
||||
@@ -43,18 +42,22 @@ build_flags=
|
||||
|
||||
board_build.filesystem = littlefs
|
||||
board_build.ldscript = eagle.flash.4m1m.ld
|
||||
extra_scripts = post:prepare_littlefs.py
|
||||
extra_scripts =
|
||||
post:codegen/prepare_littlefs.py
|
||||
pre:codegen/run_pre.py
|
||||
|
||||
monitor_filters = esp8266_exception_decoder
|
||||
monitor_speed = 115200
|
||||
|
||||
lib_ldf_mode = deep
|
||||
lib_deps =
|
||||
;xreef/EByte LoRa E220 library@^1.0.6 ; made Lib local, due to changes for I2C-controller M0,M1-Pins
|
||||
sstaub/Ticker@^4.4.0
|
||||
robtillaart/PCF8574 @ ^0.3.7
|
||||
adafruit/Adafruit INA219 @ ^1.1.1
|
||||
akj7/TM1637 Driver @ ^2.1.2
|
||||
me-no-dev/ESPAsyncTCP @ ^1.2.2
|
||||
robtillaart/I2C_EEPROM @ ^1.5.2
|
||||
sstaub/Ticker @ ^4.4.0
|
||||
robtillaart/I2C_EEPROM @ ^1.8.2
|
||||
esphome/ESPAsyncWebServer-esphome @ ^3.2.2
|
||||
sandeepmistry/LoRa @ ^0.8.0
|
||||
bblanchon/ArduinoJson @ ^6.19.4
|
||||
bblanchon/ArduinoJson @ ^7.0.4
|
Reference in New Issue
Block a user