mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Unitemp - Universal temperature reader
|
||||
Copyright (C) 2022 Victor Nikitchuk (https://github.com/quen0n)
|
||||
Copyright (C) 2022-2023 Victor Nikitchuk (https://github.com/quen0n)
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -27,6 +27,7 @@ void unitemp_widgets_alloc(void) {
|
||||
}
|
||||
|
||||
void unitemp_widgets_free(void) {
|
||||
view_dispatcher_remove_view(app->view_dispatcher, UnitempViewWidget);
|
||||
widget_free(app->widget);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user