#include // Главное меню const char MainMenuItemTitle[] PROGMEM = "\r\n---==== Main menu ---"; const char MainMenuItem1[] PROGMEM = "\r\n1) List devices"; const char MainMenuItem2[] PROGMEM = "\r\n2) Selected device : "; const char MainMenuItemQuit[] PROGMEM = "\r\nq) Quit"; const char MainMenuItemPrompt[] PROGMEM = "\r\n# ";