remove debug + add fixed baudrate for gps

This commit is contained in:
nasimovy 2025-04-23 12:57:31 +00:00
parent 77b972c5f8
commit addd294d24
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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