You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in later uconsole keyboard , I've edited bootloader with following code
diff --git a/config.h b/config.h
index b377f98..f8ce81a 100644
--- a/config.h
+++ b/config.h
@@ -156,7 +156,7 @@
// Use Boot1 PB2 as the button, as hardly anyone uses this pin as GPIO
// Need to set the button input mode to just CR_INPUT and not CR_INPUT_PU_PD because the external pullup on the jumplink is very weak
#define BUTTON_INPUT_MODE CR_INPUT
- #define BUTTON_BANK GPIOB
+ #define BUTTON_BANK GPIOD
#define BUTTON_PIN 2
#define BUTTON_PRESSED_STATE 1
this modification can make cli flashing more stable, but cause one issue is I can not use Arduino IDE to flash the code
I need to run this command in a right timing manually
for example if you compiled the code in IDE ,try uploading once
upload will fail and
you will get a console command output from Arduino IDE like (verbose output in Arduino IDE) in bottom:
See title.
The text was updated successfully, but these errors were encountered: