diff options
author | Maxim Devaev <[email protected]> | 2022-07-21 17:10:15 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-21 17:10:15 +0300 |
commit | 04fa68a399a4ba317a8e687fc3276f18aeaa7317 (patch) | |
tree | bde09a1c9b01c2a3c40373f8f687fd85a317b441 | |
parent | ca87bd66d7d6734936ca941a09cb24758061247a (diff) |
fixed make upload
-rw-r--r-- | hid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/Makefile b/hid/Makefile index deb2e367..4f671ca3 100644 --- a/hid/Makefile +++ b/hid/Makefile @@ -25,7 +25,7 @@ upload: gpioset 0 25=0; \ fi \ " - platformio run --environment '$($@_CURRENT)' --project-conf '$($@_CONFIG)' --target upload + platformio run --environment '$($@_CURRENT)' --project-conf 'platformio-$($@_CONFIG).ini' --target upload bootloader-spi: install-bootloader-spi |