mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
Fixed ESP8266 build
This commit is contained in:
parent
6668258b66
commit
d84b9351e1
@ -16,7 +16,6 @@ build_flags =
|
||||
-D NO_AMS2MQTT_SC_KEY
|
||||
-D NO_ENERGY_SPEEDOMETER_USER
|
||||
-D NO_ENERGY_SPEEDOMETER_PASS
|
||||
-D AMS_CLOUD=1
|
||||
-fexceptions
|
||||
|
||||
[esp32]
|
||||
@ -43,6 +42,7 @@ board_build.partitions = custom_partition.csv
|
||||
build_flags =
|
||||
${common.build_flags}
|
||||
-D AMS_REMOTE_DEBUG=1
|
||||
-D AMS_CLOUD=1
|
||||
-D AMS_KMP=1
|
||||
-L precompiled/esp32
|
||||
-lKmpTalker
|
||||
@ -68,6 +68,7 @@ board_build.partitions = custom_partition.csv
|
||||
build_flags =
|
||||
${common.build_flags}
|
||||
-D AMS_REMOTE_DEBUG=1
|
||||
-D AMS_CLOUD=1
|
||||
-D AMS_KMP=1
|
||||
-L precompiled/esp32s2
|
||||
-lKmpTalker
|
||||
@ -87,6 +88,7 @@ build_flags =
|
||||
${common.build_flags}
|
||||
-DFRAMEWORK_ARDUINO_SOLO1
|
||||
-D AMS_REMOTE_DEBUG=1
|
||||
-D AMS_CLOUD=1
|
||||
-D AMS_KMP=1
|
||||
-L precompiled/esp32
|
||||
-lKmpTalker
|
||||
@ -105,6 +107,7 @@ board_build.partitions = custom_partition.csv
|
||||
build_flags =
|
||||
${common.build_flags}
|
||||
-D AMS_REMOTE_DEBUG=1
|
||||
-D AMS_CLOUD=1
|
||||
-D AMS_KMP=1
|
||||
-L precompiled/esp32c3
|
||||
-lKmpTalker
|
||||
@ -122,6 +125,7 @@ board_build.mcu = esp32s3
|
||||
build_flags =
|
||||
${common.build_flags}
|
||||
-D AMS_REMOTE_DEBUG=1
|
||||
-D AMS_CLOUD=1
|
||||
-D AMS_KMP=1
|
||||
-L precompiled/esp32s3
|
||||
-lKmpTalker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user