From 04fa68a399a4ba317a8e687fc3276f18aeaa7317 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 21 Jul 2022 17:10:15 +0300 Subject: [PATCH] fixed make upload --- hid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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