mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 04:36:38 +00:00
Update User Setups
This commit is contained in:
parent
4d35b33dbb
commit
3011b1abc2
@ -20,7 +20,7 @@ extra_configs =
|
|||||||
platformio_override.ini
|
platformio_override.ini
|
||||||
; -- Put active [env] files in this dir to be included in the build menu
|
; -- Put active [env] files in this dir to be included in the build menu
|
||||||
user_setups/active/*.ini
|
user_setups/active/*.ini
|
||||||
; user_setups/*/*.ini
|
user_setups/*/*.ini
|
||||||
|
|
||||||
default_envs =
|
default_envs =
|
||||||
; Uncomment the needed environments in platformio_override.ini
|
; Uncomment the needed environments in platformio_override.ini
|
||||||
@ -156,8 +156,8 @@ hspi32 =
|
|||||||
[env:d1mini32-lolintft24]
|
[env:d1mini32-lolintft24]
|
||||||
platform = espressif32@^1.12.0
|
platform = espressif32@^1.12.0
|
||||||
board = wemos_d1_mini32
|
board = wemos_d1_mini32
|
||||||
upload_port = COM5 ; To change the port, use platform_override.ini
|
;upload_port = COM5 ; To change the port, use platform_override.ini
|
||||||
monitor_port = COM5 ; To change the port, use platform_override.ini
|
;monitor_port = COM5 ; To change the port, use platform_override.ini
|
||||||
board_build.partitions = esp32_partition_app1280k_spiffs1472k.csv
|
board_build.partitions = esp32_partition_app1280k_spiffs1472k.csv
|
||||||
build_flags =
|
build_flags =
|
||||||
${flags.esp32_flags}
|
${flags.esp32_flags}
|
||||||
@ -181,8 +181,8 @@ lib_ignore =
|
|||||||
[env:lolind32pro-lolintft24]
|
[env:lolind32pro-lolintft24]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = lolin_d32_pro
|
board = lolin_d32_pro
|
||||||
upload_port = COM6 ; To change the port, use platform_override.ini
|
;upload_port = COM6 ; To change the port, use platform_override.ini
|
||||||
monitor_port = COM6 ; To change the port, use platform_override.ini
|
;monitor_port = COM6 ; To change the port, use platform_override.ini
|
||||||
board_build.partitions = esp32_partition_app1280k_spiffs1472k.csv
|
board_build.partitions = esp32_partition_app1280k_spiffs1472k.csv
|
||||||
build_flags =
|
build_flags =
|
||||||
${flags.esp32_flags}
|
${flags.esp32_flags}
|
||||||
@ -205,8 +205,8 @@ lib_ignore =
|
|||||||
[env:d1mini-lolintft24]
|
[env:d1mini-lolintft24]
|
||||||
platform = espressif8266@^2.4.0 ;@2.3.2
|
platform = espressif8266@^2.4.0 ;@2.3.2
|
||||||
board = d1_mini
|
board = d1_mini
|
||||||
upload_port = COM7 ; To change the port, use platform_override.ini
|
;upload_port = COM7 ; To change the port, use platform_override.ini
|
||||||
monitor_port = COM7 ; To change the port, use platform_override.ini
|
;monitor_port = COM7 ; To change the port, use platform_override.ini
|
||||||
board_build.f_flash = 40000000L
|
board_build.f_flash = 40000000L
|
||||||
board_build.flash_mode = dout
|
board_build.flash_mode = dout
|
||||||
board_build.ldscript = eagle.flash.4m2m.ld ; 2Mb Spiffs
|
board_build.ldscript = eagle.flash.4m2m.ld ; 2Mb Spiffs
|
||||||
|
@ -30,6 +30,15 @@ build_flags =
|
|||||||
-D STM32
|
-D STM32
|
||||||
-D TFT_SPI3
|
-D TFT_SPI3
|
||||||
-D USE_DMA_TO_TFT
|
-D USE_DMA_TO_TFT
|
||||||
|
-D HASP_USE_WIFI=0
|
||||||
|
-D HASP_USE_MQTT=1
|
||||||
|
-D HASP_USE_HTTP=1
|
||||||
|
-D HASP_USE_MDNS=0
|
||||||
|
-D HASP_USE_SYSLOG=0
|
||||||
|
-D HASP_USE_TELNET=0
|
||||||
|
-D HASP_USE_SPIFFS=0
|
||||||
|
-D HASP_USE_EEPROM=1
|
||||||
|
-D HASP_USE_GPIO=0
|
||||||
-D HASP_USE_TASMOTA_SLAVE=1
|
-D HASP_USE_TASMOTA_SLAVE=1
|
||||||
-D HASP_OUTPUT_PIN=PA1 ; User LED D2 on DevEBox board
|
-D HASP_OUTPUT_PIN=PA1 ; User LED D2 on DevEBox board
|
||||||
-D HASP_INPUT_PIN=PA0 ; User Button K1 on DevEBox board
|
-D HASP_INPUT_PIN=PA0 ; User Button K1 on DevEBox board
|
||||||
|
Loading…
x
Reference in New Issue
Block a user