diff options
| author | manuel <manuel@mausz.at> | 2023-10-12 22:15:29 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2023-10-12 22:15:29 +0200 |
| commit | 68c812fe8c690b8a24637076f83537d6a2e94f32 (patch) | |
| tree | 071992659d4b4e0329f0969e4af0d0c894f112f6 /lr_switch/platformio.ini | |
| parent | 28a73cb136b18b0407e0e15de4fafa881cc40114 (diff) | |
| download | arduino-68c812fe8c690b8a24637076f83537d6a2e94f32.tar.gz arduino-68c812fe8c690b8a24637076f83537d6a2e94f32.tar.bz2 arduino-68c812fe8c690b8a24637076f83537d6a2e94f32.zip | |
Move mysensors project to subdirectory
Diffstat (limited to 'lr_switch/platformio.ini')
| -rw-r--r-- | lr_switch/platformio.ini | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lr_switch/platformio.ini b/lr_switch/platformio.ini deleted file mode 100644 index d4ceb9b..0000000 --- a/lr_switch/platformio.ini +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | ; PlatformIO Project Configuration File | ||
| 2 | ; | ||
| 3 | ; Build options: build flags, source filter, extra scripting | ||
| 4 | ; Upload options: custom port, speed and extra flags | ||
| 5 | ; Library options: dependencies, extra library storages | ||
| 6 | ; | ||
| 7 | ; Please visit documentation for the other options and examples | ||
| 8 | ; http://docs.platformio.org/en/stable/projectconf.html | ||
| 9 | |||
| 10 | [platformio] | ||
| 11 | default_envs = pro8MHzatmega328 | ||
| 12 | |||
| 13 | [env:miniatmega328] | ||
| 14 | platform=atmelavr | ||
| 15 | board=miniatmega328 | ||
| 16 | framework=arduino | ||
| 17 | |||
| 18 | [env:pro8MHzatmega328] | ||
| 19 | platform=atmelavr | ||
| 20 | board=pro8MHzatmega328 | ||
| 21 | framework=arduino | ||
| 22 | ; minicore/optirun uses 38400 for 8MHz | ||
| 23 | upload_speed=38400 | ||
| 24 | |||
| 25 | [platformio] | ||
| 26 | lib_dir=/home/manuel/coding/Arduino/libraries | ||
