mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-10 07:35:00 +00:00
fix(xiao_ble): Typo preventing SX1262 init (SX126X_CS gets stuck) (#7094)
Signed-off-by: Andrew Yong <me@ndoo.sg>
This commit is contained in:
parent
30bbb449db
commit
82b7cb5dd0
@ -201,7 +201,7 @@ static const uint8_t SCL = PIN_WIRE_SCL;
|
||||
* - SX1262X CS on XIAO BLE legacy pinout
|
||||
*/
|
||||
|
||||
#if !defined(GPS_L76K) && !defined(SEEED_XIAO_WIO_BTB) && !defined(XIAO_BLE_OLD_PINOUT)
|
||||
#if !defined(GPS_L76K) && !defined(SEEED_XIAO_WIO_BTB) && !defined(XIAO_BLE_LEGACY_PINOUT)
|
||||
#define BUTTON_PIN D0
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user