2 Commits 95bd7fca2c ... 0879afe9b8

Auteur SHA1 Bericht Datum
  HoMetz 0879afe9b8 Set the default board to d1_mini 6 jaren geleden
  HoMetz 9f321342f5 Removed the !python3 build flag to get the build run in my environment 6 jaren geleden
1 gewijzigde bestanden met toevoegingen van 5 en 2 verwijderingen
  1. 5 2
      platformio.ini

+ 5 - 2
platformio.ini

@@ -7,6 +7,9 @@
 ;
 ; Please visit documentation for the other options and examples
 ; http://docs.platformio.org/page/projectconf.html
+; default environmen. Default to ProMicro 5V version.
+[platformio]
+default_envs = d1_mini
 
 [common]
 framework = arduino
@@ -29,7 +32,7 @@ extra_scripts =
 test_ignore = remote
 upload_speed = 460800
 build_flags =
-  !python3 .get_version.py
+#  !python3 .get_version.py
   # For compatibility with WebSockets 2.1.4 and v2.4 of the Arduino SDK
   -D USING_AXTLS
   -D MQTT_MAX_PACKET_SIZE=250
@@ -114,4 +117,4 @@ extra_scripts = ${common.extra_scripts}
 lib_deps =
   ${common.lib_deps_builtin}
   ${common.lib_deps_external}
-test_ignore = ${common.test_ignore}
+test_ignore = ${common.test_ignore}