diff --git a/apps/battery_view.cpp b/apps/battery_view.cpp index 503685ccb..f06191781 100644 --- a/apps/battery_view.cpp +++ b/apps/battery_view.cpp @@ -14,7 +14,7 @@ const uint8_t flashMask[BatteryView::k_flashHeight][BatteryView::k_flashWidth] = BatteryView::BatteryView() : View(), m_chargeState(Ion::Battery::Charge::SOMEWHERE_INBETWEEN), - m_isCharging(true) + m_isCharging(false) { } diff --git a/apps/usb_timer.cpp b/apps/usb_timer.cpp index 27ef96e44..ed7afbc44 100644 --- a/apps/usb_timer.cpp +++ b/apps/usb_timer.cpp @@ -3,7 +3,7 @@ #include "apps_container.h" USBTimer::USBTimer(AppsContainer * container) : - Timer(2), + Timer(1), m_container(container), m_previousPluggedState(false) {