Skip to content

Commit

Permalink
Fixed ESP8266 build
Browse files Browse the repository at this point in the history
  • Loading branch information
gskjold committed Feb 3, 2025
1 parent 6668258 commit d84b935
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d84b935

Please sign in to comment.