mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 06:02:05 +00:00
removed baudrate of 115200 and some commented out code
This commit is contained in:
parent
f6dedcbc02
commit
7e8845fc15
@ -47,9 +47,6 @@
|
||||
// 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
|
||||
@ -60,8 +57,6 @@
|
||||
#define CANNED_MESSAGE_MODULE_ENABLE 1
|
||||
#define USE_VIRTUAL_KEYBOARD 1
|
||||
|
||||
// #define MESHTASTIC_EXCLUDE_BLUETOOTH 1
|
||||
|
||||
#define ST7796_NSS 25
|
||||
#define ST7796_RS 13 // DC
|
||||
#define ST7796_SDA 14 // MOSI
|
||||
|
Loading…
Reference in New Issue
Block a user