1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 15:03:07 +01:00

Fixed some typos

This commit is contained in:
2024-10-21 10:42:55 +02:00
parent 7cf5fb88e9
commit 4dedb1eadd
10 changed files with 26 additions and 26 deletions

View File

@@ -8,8 +8,8 @@ class PageBME280 : public Page
bool keylock = false; // Keylock
public:
PageBME280(CommonData &comon){
comon.logger->logDebug(GwLog::LOG,"Show PageThreeValue");
PageBME280(CommonData &common){
common.logger->logDebug(GwLog::LOG,"Show PageBME280");
}
virtual int handleKey(int key){