From 0b8366c59fa0b34a70b6b453bfb0f8eaf34a2f16 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 21 Oct 2020 15:55:29 +0200 Subject: Add Linz --- linz/oekofen_thermo/platformio.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 linz/oekofen_thermo/platformio.ini (limited to 'linz/oekofen_thermo/platformio.ini') 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 @@ +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter +; Upload options: custom upload port, speed and extra flags +; Library options: dependencies, extra library storages +; Advanced options: extra scripting +; +; Please visit documentation for the other options and examples +; https://docs.platformio.org/page/projectconf.html + +[env:d1_mini] +platform = espressif8266 +board = d1_mini +framework = arduino +monitor_speed = 115200 +upload_speed = 115200 -- cgit v1.2.3