Fix T3S3 SX1262 dio pin and build config

This commit is contained in:
Mark Qvist 2024-10-05 20:55:48 +02:00
parent e8dd7dbc93
commit bfc215b2a3
2 changed files with 26 additions and 25 deletions

View file

@ -416,7 +416,6 @@
const int pin_sclk = 5;
const int pin_mosi = 6;
const int pin_miso = 3;
const int pin_dio = 9;
#if MODEM == SX1262
#define DIO2_AS_RF_SWITCH true
@ -425,6 +424,8 @@
const int pin_busy = 34;
const int pin_dio = 33;
const int pin_tcxo_enable = -1;
#else
const int pin_dio = 9;
#endif
const int pin_np = 38;