preparing utility-script for gzip-littlefs

This commit is contained in:
2022-08-22 23:32:51 +02:00
parent 35361449eb
commit 0d9acaf43e
2 changed files with 113 additions and 6 deletions

View File

@@ -31,17 +31,18 @@ build_flags =
-DADMIN_PASSWORD=${wifi_cred.admin_password}
-DWIFI_AP_PASSWORD=${wifi_cred.wifi_ap_password}
-DWIFI_AP_IP_GW=10,0,0,1
;-DFEATURE_ENABLE_WIFI_CLIENT
;-DFEATURE_ENABLE_REMOTE_DEBUG
;-DFEATURE_ENABLE_OLED
;-DFEATURE_ENABLE_CAN
;-DFEATURE_ENABLE_GPS
-DPCB_REV=2
-DFEATURE_ENABLE_WIFI_CLIENT
-DFEATURE_ENABLE_REMOTE_DEBUG
-DFEATURE_ENABLE_OLED
-DFEATURE_ENABLE_CAN
-DFEATURE_ENABLE_GPS
-DPCB_REV=4
-DNO_MODE_FLASH
;build_type = debug
board_build.filesystem = littlefs
extra_scripts = post:prepare_littlefs.py
monitor_filters = esp8266_exception_decoder
monitor_speed = 115200