mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-17 00:06:39 +00:00
Update ini files
This commit is contained in:
parent
e1765739c5
commit
02dcb4ff9d
@ -156,6 +156,9 @@ build_flags=
|
|||||||
-D STREAMUTILS_USE_EEPROM_UPDATE=1 ; update cell only when changed
|
-D STREAMUTILS_USE_EEPROM_UPDATE=1 ; update cell only when changed
|
||||||
; -- lvgl build options -----------------------------
|
; -- lvgl build options -----------------------------
|
||||||
-D LV_MEM_SIZE=20480U ; 20kB lvgl memory
|
-D LV_MEM_SIZE=20480U ; 20kB lvgl memory
|
||||||
|
-D HASP_USE_SYSLOG=0 ; Needs UDP
|
||||||
|
-D HASP_USE_SPIFFS=0
|
||||||
|
-D HASP_USE_LITTLEFS=0
|
||||||
|
|
||||||
;***************************************************
|
;***************************************************
|
||||||
; Hardware options
|
; Hardware options
|
||||||
|
@ -81,7 +81,8 @@ lib_deps =
|
|||||||
https://github.com/stm32duino/LwIP.git
|
https://github.com/stm32duino/LwIP.git
|
||||||
https://github.com/stm32duino/STM32Ethernet.git
|
https://github.com/stm32duino/STM32Ethernet.git
|
||||||
https://github.com/khoih-prog/EthernetWebServer_STM32
|
https://github.com/khoih-prog/EthernetWebServer_STM32
|
||||||
Adafruit GFX Library@^1.7.5
|
adafruit/Adafruit GFX Library @ ^1.10.3
|
||||||
|
;adafruit/Adafruit BusIO @ ^1.6.0
|
||||||
;https://github.com/ZinggJM/GxTFT.git
|
;https://github.com/ZinggJM/GxTFT.git
|
||||||
XPT2046_Touchscreen
|
XPT2046_Touchscreen
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ build_flags =
|
|||||||
;region -- Library options -------------------------------
|
;region -- Library options -------------------------------
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${env.lib_deps}
|
${env.lib_deps}
|
||||||
Ticker@^3.1.5
|
sstaub/Ticker @ ^3.2.0
|
||||||
;Ethernet
|
;Ethernet
|
||||||
; STM32duino LwIP@^2.1.2
|
; STM32duino LwIP@^2.1.2
|
||||||
; STM32duino STM32Ethernet@^1.0.5
|
; STM32duino STM32Ethernet@^1.0.5
|
||||||
|
@ -47,7 +47,7 @@ build_flags =
|
|||||||
-D HASP_OUTPUT_PIN=PA6 ; User LED D2 on MCUDev Black board
|
-D HASP_OUTPUT_PIN=PA6 ; User LED D2 on MCUDev Black board
|
||||||
-D HASP_INPUT_PIN=PE4 ; User Button K0 on MCUDev Black board
|
-D HASP_INPUT_PIN=PE4 ; User Button K0 on MCUDev Black board
|
||||||
-D HASP_USE_HTTP=0
|
-D HASP_USE_HTTP=0
|
||||||
-D HASP_USE_MQTT=0
|
-D HASP_USE_MQTT=1
|
||||||
;endregion
|
;endregion
|
||||||
|
|
||||||
;region -- Debugging options -----------------------------
|
;region -- Debugging options -----------------------------
|
||||||
@ -57,7 +57,11 @@ build_flags =
|
|||||||
;region -- Library options -------------------------------
|
;region -- Library options -------------------------------
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${env.lib_deps}
|
${env.lib_deps}
|
||||||
Ticker@^3.1.5
|
sstaub/Ticker @ ^3.2.0
|
||||||
|
adafruit/Adafruit GFX Library @ ^1.10.3
|
||||||
|
adafruit/Adafruit BusIO @ ^1.6.0
|
||||||
|
stm32duino/STM32duino LwIP @ ^2.1.2
|
||||||
|
stm32duino/STM32Ethernet @ ^1.2.0
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
lv_lib_zifont
|
lv_lib_zifont
|
||||||
|
@ -61,10 +61,10 @@ build_flags =
|
|||||||
;region -- Library options -------------------------------
|
;region -- Library options -------------------------------
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${env.lib_deps}
|
${env.lib_deps}
|
||||||
Ticker@^3.1.5
|
sstaub/Ticker @ ^3.2.0
|
||||||
;Ethernet
|
;Ethernet
|
||||||
; STM32duino LwIP@^2.1.2
|
;stm32duino/STM32duino LwIP @ ^2.1.2
|
||||||
; STM32duino STM32Ethernet@^1.0.5
|
;stm32duino/STM32Ethernet @ ^1.2.0
|
||||||
; https://github.com/stm32duino/LwIP.git
|
; https://github.com/stm32duino/LwIP.git
|
||||||
; https://github.com/netwizeBE/Ethernet3.git
|
; https://github.com/netwizeBE/Ethernet3.git
|
||||||
https://github.com/khoih-prog/EthernetWebServer_STM32
|
https://github.com/khoih-prog/EthernetWebServer_STM32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user