1
0

Migrate half-duplex SERIAL_USART_TX_PIN to DD (#24143)

This commit is contained in:
Joel Challis
2024-07-18 22:21:26 +01:00
committed by GitHub
parent 7ca0424189
commit 5a0112df08
10 changed files with 10 additions and 14 deletions

View File

@@ -8,4 +8,3 @@
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U // In ms in which the double tap can occur
#define EE_HANDS
#define SERIAL_USART_TX_PIN GP11

View File

@@ -33,7 +33,8 @@
}
},
"serial": {
"driver": "vendor"
"driver": "vendor",
"pin": "GP11"
},
"transport": {
"watchdog": true