fix: OLED initialization and make typo

This commit is contained in:
mrmx 2023-04-01 18:27:21 +02:00
parent c59d07efb8
commit b12fc82a80
4 changed files with 12 additions and 5 deletions

View file

@ -160,7 +160,7 @@
#define HAS_CONSOLE true
#elif BOARD_MODEL == BOARD_LORA32_V1_0
const int pin_cs = 18;
const int pin_reset = 12;
const int pin_reset = 14;
const int pin_dio = 26;
#if defined(EXTERNAL_LEDS)
const int pin_led_rx = 25;
@ -171,7 +171,7 @@
#endif
#define HAS_DISPLAY true
#define HAS_BLUETOOTH true
#define HAS_CONSOLE true
#define HAS_CONSOLE false
#elif BOARD_MODEL == BOARD_LORA32_V2_0
const int pin_cs = 18;
const int pin_reset = 12;