diff -r 64886971967b -r 31f9d3e4a85f main/recipes.c --- a/main/recipes.c Mon Feb 19 15:07:28 2024 +0100 +++ b/main/recipes.c Mon Jun 24 17:05:20 2024 +0200 @@ -13,6 +13,10 @@ extern sButton Buttons[MAXBUTTONS]; ///< Buttons definitions extern int Main_Screen; ///< Current screen +extern my_config_t config; +extern my_equipment_t equipment; +extern my_recipe_hdr_t recipe_hdr; +extern my_recipe_t recipe; bool r_UpdateRec = false; ///< Update record flag int r_CurrentRec = 1; ///< Current record