mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-15 09:32:08 +00:00
Trunk fmt fix
This commit is contained in:
parent
a60b4d08bf
commit
b36ffe5200
@ -18,7 +18,8 @@
|
|||||||
|
|
||||||
// Radio
|
// Radio
|
||||||
#define USE_SX1262 // E22-900M30S uses SX1262
|
#define USE_SX1262 // E22-900M30S uses SX1262
|
||||||
#define SX126X_MAX_POWER 22 // Outputting 22dBm from SX1262 results in ~30dBm E22-900M30S output (module only uses last stage of the YP2233W PA)
|
#define SX126X_MAX_POWER \
|
||||||
|
22 // Outputting 22dBm from SX1262 results in ~30dBm E22-900M30S output (module only uses last stage of the YP2233W PA)
|
||||||
#define SX126X_DIO3_TCXO_VOLTAGE 1.8 // E22 series TCXO reference voltage is 1.8V
|
#define SX126X_DIO3_TCXO_VOLTAGE 1.8 // E22 series TCXO reference voltage is 1.8V
|
||||||
|
|
||||||
#define SX126X_CS 18 // EBYTE module's NSS pin
|
#define SX126X_CS 18 // EBYTE module's NSS pin
|
||||||
|
Loading…
Reference in New Issue
Block a user