smartPOC-tx/include/board.h
cheetah 44ef6a8f84
All checks were successful
build / build (push) Successful in 2m2s
fixed RST pin and umaluts
2025-03-30 22:31:59 +02:00

11 lines
No EOL
189 B
C

// Better
#define LORA_SCK 5
#define LORA_MISO 19
#define LORA_MOSI 27
#define LORA_SS 18
#define LORA_DIO0 26
#define LORA_DIO1 33
#define LORA_DIO2 34
#undef LORA_RST
#define LORA_RST 23