diff options
author | Devaev Maxim <[email protected]> | 2018-09-26 02:57:24 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-09-26 02:57:24 +0300 |
commit | 81a5311349564a1016c4af2bf18ae872b650e85b (patch) | |
tree | d01fd027948494e22ae2c14334b98c1515e5e8a4 /kvmd/hid/platformio.ini | |
parent | f3946f102fc167efdc53c73412b2c0d6ac6c72c5 (diff) |
moved kvmd to the root
Diffstat (limited to 'kvmd/hid/platformio.ini')
-rw-r--r-- | kvmd/hid/platformio.ini | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/kvmd/hid/platformio.ini b/kvmd/hid/platformio.ini deleted file mode 100644 index 13036b9d..00000000 --- a/kvmd/hid/platformio.ini +++ /dev/null @@ -1,19 +0,0 @@ -; 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 -; http://docs.platformio.org/page/projectconf.html - -[env:micro] -platform = atmelavr -board = micro -framework = arduino -upload_port = /dev/ttyACM0 -monitor_speed = 115200 - -lib_deps = |