Added I2C settings app (#85)

This commit is contained in:
Ken Van Hoeylandt
2024-11-24 21:31:15 +01:00
committed by GitHub
parent d8731eaa17
commit c8f63adba4
19 changed files with 186 additions and 56 deletions
@@ -100,7 +100,7 @@ static void update_sdcard_icon(ServiceData* data) {
// region power
static _Nullable const char* power_get_status_icon() {
_Nullable const hal::Power* power = get_config()->hardware->power;
_Nullable const hal::Power* power = getConfiguration()->hardware->power;
if (power != nullptr) {
uint8_t charge = power->get_charge_level();
if (charge >= 230) {