initial check in based on SVN revision 575

This commit is contained in:
2025-05-14 12:57:39 -05:00
commit a3ef12e24a
217 changed files with 95547 additions and 0 deletions

30
source/menu1.c Normal file
View File

@@ -0,0 +1,30 @@
/*
* menu.c
*
* Created on: Jun 27, 2022
* Author: Keith.Lloyd
*/
#include <menu1.h>
#include "menu.h"
void menu_key(void)
{
// Display_Menu(); // "wireless on/off,link, Power down timer,language,frequencies"
MENU_Main();
}