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