corvus2 gps still doesn't work WIP

This commit is contained in:
Kevin Hester
2020-10-13 14:43:28 +08:00
parent 965c2bda8d
commit ca77d48b20
5 changed files with 27 additions and 20 deletions

View File

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