Update GPS & OLED Examples
This commit is contained in:
parent
3427d105e4
commit
ae1ccc39c1
24 changed files with 3488 additions and 645 deletions
|
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue