Update GPS & OLED Examples

This commit is contained in:
lewishe 2022-12-09 18:57:20 +08:00
commit ae1ccc39c1
24 changed files with 3488 additions and 645 deletions

View file

@ -386,16 +386,6 @@ void initBoard()
delay(3000);
#endif
#ifdef HAS_DISPLAY
if (u8g2) {
u8g2->clearBuffer();
do {
u8g2->setCursor(0, 16);
u8g2->println( "Waiting to receive data");;
} while ( u8g2->nextPage() );
}
#endif
}