mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
Portduino logging enhancements (#3121)
* Portduino logging enhancements * Extra debugging for SPI device
This commit is contained in:
@@ -31,7 +31,8 @@ enum configNames {
|
||||
displayOffsetX,
|
||||
displayOffsetY,
|
||||
displayInvert,
|
||||
keyboardDevice
|
||||
keyboardDevice,
|
||||
debugmode
|
||||
};
|
||||
enum { no_screen, st7789, st7735, st7735s };
|
||||
enum { no_touchscreen, xpt2046 };
|
||||
|
||||
Reference in New Issue
Block a user