diff options
author | Devaev Maxim <[email protected]> | 2018-07-11 05:29:30 +0000 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-11 05:29:30 +0000 |
commit | c6b6e54875158d22bee9cdd82f1342e1fc83724e (patch) | |
tree | 34d6b3890f7ff98a6269b64c6a30de73fdd6a5a0 /hid/platformio.ini | |
parent | 157828997a9e756e58210804c4f3025dce57f853 (diff) |
using HID-Project library
Diffstat (limited to 'hid/platformio.ini')
-rw-r--r-- | hid/platformio.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hid/platformio.ini b/hid/platformio.ini index d56457fc..dbbb9c3e 100644 --- a/hid/platformio.ini +++ b/hid/platformio.ini @@ -14,3 +14,6 @@ board = micro framework = arduino upload_port = /dev/ttyACM0 monitor_baud = 115200 + +lib_deps = + HID-Project |