mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 18:08:00 +00:00
corvus2 gps still doesn't work WIP
This commit is contained in:
@@ -38,6 +38,7 @@ serial flash
|
||||
ok lora (inc boost en)
|
||||
|
||||
mention dat1 and dat2 on sd card
|
||||
use hardware spi controller for lcd - not bitbang
|
||||
|
||||
*/
|
||||
|
||||
@@ -161,6 +162,7 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||
#define ST7735_SCK (37) // actually spi clk
|
||||
|
||||
#define PIN_GPS_WAKE 36 // Just kill GPS power when we want it to sleep? FIXME
|
||||
#define GPS_WAKE_ACTIVE 0 // GPS Power output is active low
|
||||
|
||||
// #define LORA_DISABLE_SENDING // The board can brownout during lora TX if you don't have a battery connected. Disable sending
|
||||
// to allow USB power only based debugging
|
||||
|
||||
Reference in New Issue
Block a user