diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2020-07-15 19:19:08 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2020-07-15 19:19:08 +0200 |
| commit | 98e80a7c3bca5291db84501a6ab099205a4653ce (patch) | |
| tree | c844ea4ad293f866307ad93ad10454621873406f /platformio.ini | |
hello world program with tux display
Diffstat (limited to 'platformio.ini')
| -rw-r--r-- | platformio.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/platformio.ini b/platformio.ini new file mode 100644 index 0000000..3da6fa1 --- /dev/null +++ b/platformio.ini @@ -0,0 +1,15 @@ +; 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:esp32dev] +platform = espressif32 +board = esp32dev +framework = arduino +lib_deps = GxEPD2, Wire |
