Skip to content

Instantly share code, notes, and snippets.

@Habbie
Created November 4, 2023 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Habbie/6afad9927c12cd14b90a51e5e93dde11 to your computer and use it in GitHub Desktop.
Save Habbie/6afad9927c12cd14b90a51e5e93dde11 to your computer and use it in GitHub Desktop.
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 = espressif32@5.2.0
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