add heltec meshpocket board.

This commit is contained in:
Quency-D 2025-09-02 13:56:24 +08:00
parent 88fbb41016
commit c9671d7d8d
12 changed files with 560 additions and 19 deletions

View file

@ -993,6 +993,7 @@ void setup() {
#ifdef DISPLAY_CLASS
if (display.begin()) {
display.startFrame();
display.setCursor(0, 0);
display.print("Please wait...");
display.endFrame();
}