diff options
Diffstat (limited to 'duplo_train/platformio.ini')
| -rw-r--r-- | duplo_train/platformio.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/duplo_train/platformio.ini b/duplo_train/platformio.ini new file mode 100644 index 0000000..31a8788 --- /dev/null +++ b/duplo_train/platformio.ini | |||
| @@ -0,0 +1,26 @@ | |||
| 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] | ||
| 12 | platform = espressif32 | ||
| 13 | board = wemos_d1_mini32 | ||
| 14 | framework = arduino | ||
| 15 | lib_deps = | ||
| 16 | NimBLE-Arduino | ||
| 17 | Legoino | ||
| 18 | Bounce2 | ||
| 19 | monitor_speed = 115200 | ||
| 20 | ;build_flags = -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG | ||
| 21 | |||
| 22 | [env:wifi_toggle] | ||
| 23 | build_flags = -D WIFI_TOGGLE | ||
| 24 | |||
| 25 | [platformio] | ||
| 26 | lib_dir=/home/manuel/coding/Arduino/libraries \ No newline at end of file | ||
