mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Update configs
This commit is contained in:
parent
01bbcaf256
commit
03e11333b2
@ -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
|
||||||
@ -115,6 +115,7 @@ esp32_flags=
|
|||||||
stm32_flags=
|
stm32_flags=
|
||||||
${env.build_flags}
|
${env.build_flags}
|
||||||
-D IRAM_ATTR= ; No IRAM_ATTR available on STM32
|
-D IRAM_ATTR= ; No IRAM_ATTR available on STM32
|
||||||
|
-D ICACHE_RAM_ATTR=
|
||||||
-D STM32
|
-D STM32
|
||||||
-D STREAMUTILS_USE_EEPROM_UPDATE=1 ; update cell only when changed
|
-D STREAMUTILS_USE_EEPROM_UPDATE=1 ; update cell only when changed
|
||||||
-D MQTT_MAX_PACKET_SIZE=2048 ; longer PubSubClient messages
|
-D MQTT_MAX_PACKET_SIZE=2048 ; longer PubSubClient messages
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
[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 =
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
[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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user