Created
November 4, 2023 15:42
-
-
Save Habbie/6afad9927c12cd14b90a51e5e93dde11 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/airrohr-firmware/platformio.ini b/airrohr-firmware/platformio.ini | |
index 9f7dc70..25bac8d 100644 | |
--- a/airrohr-firmware/platformio.ini | |
+++ b/airrohr-firmware/platformio.ini | |
@@ -80,12 +80,12 @@ platform_version_esp32 = [email protected] | |
lang = DE | |
platform = ${common.platform_version_esp32} | |
framework = arduino | |
-board = esp32dev | |
+board = wemos_d1_mini32 | |
build_flags = ${common.build_flags_esp32_debug} '-DINTL_DE' '-DKIT_C' | |
lib_deps = ${common.lib_deps_esp32} | |
extra_scripts = ${common.extra_scripts} | |
-[env:esp32dev_de] | |
+[DISenv:esp32dev_de] | |
lang = DE | |
platform = ${common.platform_version_esp32} | |
framework = arduino |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment