Merge branch 'master' into patch-1

This commit is contained in:
Thomas Göttgens
2022-04-27 15:32:05 +02:00
committed by GitHub
25 changed files with 450 additions and 52 deletions

View File

@@ -79,6 +79,9 @@ uint8_t cardkb_found;
// The I2C address of the Faces Keyboard (if found)
uint8_t faceskb_found;
// The I2C address of the RTC Module (if found)
uint8_t rtc_found;
bool eink_found = true;
uint32_t serialSinceMsec;