mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Standard STM32 webserver with WiFiSpi
This commit is contained in:
parent
0c176c6c3f
commit
636215ede4
@ -1,6 +0,0 @@
|
|||||||
#ifndef WIFISPI_H
|
|
||||||
#define WIFISPI_H
|
|
||||||
#include "WiFiSpi.h"
|
|
||||||
|
|
||||||
WiFiSpiClass WiFi;
|
|
||||||
#endif
|
|
@ -15,6 +15,7 @@ build_flags =
|
|||||||
${env.build_flags}
|
${env.build_flags}
|
||||||
${flags.stm32_flags}
|
${flags.stm32_flags}
|
||||||
-I include/stm32f4
|
-I include/stm32f4
|
||||||
|
-I include/espspi
|
||||||
; -- TFT_eSPI build options ------------------------
|
; -- TFT_eSPI build options ------------------------
|
||||||
${lcd.lolin24}
|
${lcd.lolin24}
|
||||||
;-D TFT_MISO=PB4 ;Default
|
;-D TFT_MISO=PB4 ;Default
|
||||||
@ -56,8 +57,7 @@ lib_deps =
|
|||||||
; STM32duino STM32Ethernet@^1.0.5
|
; STM32duino STM32Ethernet@^1.0.5
|
||||||
; 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
|
||||||
https://github.com/arovak/EthernetWebServer_STM32.git
|
|
||||||
https://github.com/JiriBilek/WiFiSpi.git
|
https://github.com/JiriBilek/WiFiSpi.git
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
@ -65,6 +65,6 @@ lib_ignore =
|
|||||||
XPT2046_Touchscreen
|
XPT2046_Touchscreen
|
||||||
lv_lib_zifont
|
lv_lib_zifont
|
||||||
|
|
||||||
src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<lv_lib_zifont/> +<stm32f4/>
|
src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<lv_lib_zifont/> +<stm32f4/> +<espspi/>
|
||||||
|
|
||||||
;***************************************************
|
;***************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user