diff options
| author | manuel <manuel@mausz.at> | 2023-10-12 22:16:08 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2023-10-12 22:16:08 +0200 |
| commit | ad98a69759bb827e00b4c458c285862f0b48f1d4 (patch) | |
| tree | e429f3a3260e9a4e357fd4a1a5b1a02c6aae8ad2 /duplo_train/platformio.ini | |
| parent | 68c812fe8c690b8a24637076f83537d6a2e94f32 (diff) | |
| download | arduino-ad98a69759bb827e00b4c458c285862f0b48f1d4.tar.gz arduino-ad98a69759bb827e00b4c458c285862f0b48f1d4.tar.bz2 arduino-ad98a69759bb827e00b4c458c285862f0b48f1d4.zip | |
add duplo train remote
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 | ||
