Skip to content

Commit

Permalink
Use ESP32 variant as the platform (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Jan 29, 2023
1 parent 0070bcf commit 7b176b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

platform = ""
if "esp32" in config:
platform = "esp32"
platform = config["esp32"]["variant"].lower()
elif "esp8266" in config:
platform = "esp8266"
elif "rp2040" in config:
Expand Down

0 comments on commit 7b176b3

Please sign in to comment.