Hide debug tools if debug is not enabled. Application: update debug tools code base. SubGhz: log duty cycle. (#903)

* Application: clean debug_tools code base.
* SubGhz: add duty cycle logging.
* Application: hide debug tools if not enabled. Gui: move icon_animation allocation to menu module.
This commit is contained in:
あく
2021-12-15 15:23:16 +03:00
committed by GitHub
parent f6db5dd2a8
commit 63642617ee
9 changed files with 164 additions and 162 deletions

View File

@@ -49,7 +49,7 @@ View* menu_get_view(Menu* menu);
void menu_add_item(
Menu* menu,
const char* label,
IconAnimation* icon,
const Icon* icon,
uint32_t index,
MenuItemCallback callback,
void* context);