mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-01 19:35:42 +00:00
remove debug + add fixed baudrate for gps
This commit is contained in:
parent
77b972c5f8
commit
addd294d24
@ -1294,7 +1294,6 @@ void setup()
|
||||
|
||||
#if !HAS_TFT && !USE_ST7796
|
||||
setCPUFast(false); // 80MHz is fine for our slow peripherals
|
||||
LOG_DEBUG("SLOW-CPU-SPEED");
|
||||
#endif
|
||||
|
||||
#ifdef ARDUINO_ARCH_ESP32
|
||||
|
@ -47,6 +47,9 @@
|
||||
// Used when the diplay shield is chosen
|
||||
#ifdef USE_ST7796
|
||||
|
||||
// fixed baudrate for testing
|
||||
#define GPS_BAUDRATE 115200
|
||||
|
||||
#undef EXT_NOTIFY_OUT
|
||||
#undef LED_STATE_ON
|
||||
#undef LED_PIN
|
||||
|
Loading…
Reference in New Issue
Block a user