mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
try-fix: stability
This commit is contained in:
parent
1631e2805c
commit
5e63f31354
@ -684,7 +684,7 @@ void setup()
|
||||
// ESP32
|
||||
SPI.begin(LORA_SCK, LORA_MISO, LORA_MOSI, LORA_CS);
|
||||
LOG_DEBUG("SPI.begin(SCK=%d, MISO=%d, MOSI=%d, NSS=%d)\n", LORA_SCK, LORA_MISO, LORA_MOSI, LORA_CS);
|
||||
SPI.setFrequency(4000000);
|
||||
SPI.setFrequency(1000000);
|
||||
#endif
|
||||
|
||||
#if HAS_TFT
|
||||
|
Loading…
Reference in New Issue
Block a user