mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-11 12:27:28 +00:00
Compare commits
6 Commits
v1.2.46.dc
...
v1.2.46.9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d21e58b0b | ||
|
|
576acdc117 | ||
|
|
538e22c7cd | ||
|
|
d81f19c7c3 | ||
|
|
252d847779 | ||
|
|
3da6607a18 |
@@ -151,7 +151,6 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||
*/
|
||||
|
||||
// RAK4630 LoRa module
|
||||
#define USE_SX1262
|
||||
#define SX126X_CS (42)
|
||||
#define SX126X_DIO1 (47)
|
||||
#define SX126X_BUSY (46)
|
||||
|
||||
@@ -178,7 +178,6 @@ External serial flash WP25R1635FZUIL0
|
||||
* Lora radio
|
||||
*/
|
||||
|
||||
#define USE_SX1262
|
||||
#define SX126X_CS (0 + 24) // FIXME - we really should define LORA_CS instead
|
||||
#define SX126X_DIO1 (0 + 20)
|
||||
// Note DIO2 is attached internally to the module to an analog switch for TX/RX switching
|
||||
|
||||
@@ -57,7 +57,6 @@
|
||||
#define WIRE_INTERFACES_COUNT 0
|
||||
|
||||
// GPIOs the SX1262 is connected
|
||||
#define USE_SX1262
|
||||
#define SX126X_CS 1 // aka SPI_NSS
|
||||
#define SX126X_DIO1 (4)
|
||||
#define SX126X_BUSY (5)
|
||||
|
||||
@@ -116,9 +116,6 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||
// I2C device addresses
|
||||
#define I2C_ADDR_BQ27441 0x55 // Battery gauge
|
||||
|
||||
// SX1262 declaration
|
||||
#define USE_SX1262
|
||||
|
||||
// CUSTOM GPIOs the SX1262
|
||||
#define SX126X_CS (32)
|
||||
|
||||
|
||||
@@ -136,9 +136,6 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||
// I2C device addresses
|
||||
#define I2C_ADDR_BQ27441 0x55 // Battery gauge
|
||||
|
||||
// SX1262 declaration
|
||||
#define USE_SX1262
|
||||
|
||||
// CUSTOM GPIOs the SX1262
|
||||
#define SX126X_CS (32)
|
||||
|
||||
|
||||
@@ -140,7 +140,6 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||
#define EXTERNAL_FLASH_USE_QSPI
|
||||
|
||||
// CUSTOM GPIOs the SX1262MB2CAS shield when installed on the NRF52840-DK development board
|
||||
#define USE_SX1262
|
||||
#define SX126X_CS (32 + 8) // P1.08
|
||||
#define SX126X_DIO1 (32 + 6) // P1.06
|
||||
#define SX126X_BUSY (32 + 4) // P1.04
|
||||
|
||||
@@ -129,7 +129,6 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||
#define PIN_WIRE_SCL (32)
|
||||
|
||||
// CUSTOM GPIOs the SX1262
|
||||
#define USE_SX1262
|
||||
#define SX126X_CS (10)
|
||||
#define SX126X_DIO1 (20)
|
||||
#define SX1262_DIO2 (26)
|
||||
|
||||
@@ -152,7 +152,6 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||
#define PIN_WIRE_SCL (32)
|
||||
|
||||
// CUSTOM GPIOs the SX1262
|
||||
#define USE_SX1262
|
||||
#define SX126X_CS (0 + 10) // FIXME - we really should define LORA_CS instead
|
||||
#define SX126X_DIO1 (0 + 20)
|
||||
#define SX1262_DIO2 (0 + 26)
|
||||
|
||||
@@ -180,7 +180,6 @@ External serial flash WP25R1635FZUIL0
|
||||
* Lora radio
|
||||
*/
|
||||
|
||||
#define USE_SX1262
|
||||
#define SX126X_CS (0 + 24) // FIXME - we really should define LORA_CS instead
|
||||
#define SX126X_DIO1 (0 + 20)
|
||||
// Note DIO2 is attached internally to the module to an analog switch for TX/RX switching
|
||||
|
||||
Reference in New Issue
Block a user