1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

System page for OBP40 and deep sleep improvements

This commit is contained in:
2025-01-24 12:42:07 +01:00
parent a9525676b2
commit 1174622b4a
6 changed files with 144 additions and 75 deletions

View File

@@ -64,9 +64,7 @@ Point rotatePoint(const Point& origin, const Point& p, double angle);
std::vector<Point> rotatePoints(const Point& origin, const std::vector<Point>& pts, double angle);
void fillPoly4(const std::vector<Point>& p4, uint16_t color);
#ifdef BOARD_OBP60S3
void deepSleep(CommonData &common);
#endif
uint8_t getLastPage();