summaryrefslogtreecommitdiffstats
path: root/linz/oekofen_thermo/platformio.ini
diff options
context:
space:
mode:
Diffstat (limited to 'linz/oekofen_thermo/platformio.ini')
-rw-r--r--linz/oekofen_thermo/platformio.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/linz/oekofen_thermo/platformio.ini b/linz/oekofen_thermo/platformio.ini
new file mode 100644
index 0000000..2c7b00e
--- /dev/null
+++ b/linz/oekofen_thermo/platformio.ini
@@ -0,0 +1,16 @@
1; PlatformIO Project Configuration File
2;
3; Build options: build flags, source filter
4; Upload options: custom upload port, speed and extra flags
5; Library options: dependencies, extra library storages
6; Advanced options: extra scripting
7;
8; Please visit documentation for the other options and examples
9; https://docs.platformio.org/page/projectconf.html
10
11[env:d1_mini]
12platform = espressif8266
13board = d1_mini
14framework = arduino
15monitor_speed = 115200
16upload_speed = 115200