mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Move scripts to tools folder
This commit is contained in:
parent
a03937988a
commit
a8c96598d1
@ -75,11 +75,11 @@ build_flags =
|
|||||||
${override.build_flags}
|
${override.build_flags}
|
||||||
-D HASP_VERSION_MAJOR=0
|
-D HASP_VERSION_MAJOR=0
|
||||||
-D HASP_VERSION_MINOR=2
|
-D HASP_VERSION_MINOR=2
|
||||||
-D HASP_VERSION_REVISION=1115
|
-D HASP_VERSION_REVISION=1116
|
||||||
|
|
||||||
src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<stm32f4/>
|
src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<stm32f4/>
|
||||||
|
|
||||||
extra_scripts = move-rename-firmware.py ; pre:extra_script.py
|
extra_scripts = tools/move-rename-firmware.py ; tools/pre:extra_script.py
|
||||||
|
|
||||||
; -- Platform specific build flags
|
; -- Platform specific build flags
|
||||||
[flags]
|
[flags]
|
||||||
@ -121,11 +121,11 @@ esp32_flags=
|
|||||||
|
|
||||||
stm32_flags=
|
stm32_flags=
|
||||||
${env.build_flags}
|
${env.build_flags}
|
||||||
|
-D MQTT_MAX_PACKET_SIZE=2048 ; longer PubSubClient messages
|
||||||
-D IRAM_ATTR= ; No IRAM_ATTR available on STM32
|
-D IRAM_ATTR= ; No IRAM_ATTR available on STM32
|
||||||
-D ICACHE_RAM_ATTR=
|
-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
|
|
||||||
|
|
||||||
; -- By default there are no ${override.build_flags} set
|
; -- By default there are no ${override.build_flags} set
|
||||||
; -- to use it, copy the platformio_override.ini file from the template
|
; -- to use it, copy the platformio_override.ini file from the template
|
||||||
|
Loading…
x
Reference in New Issue
Block a user