Create a root menu for setup

This commit is contained in:
Reed Nightingale 2020-02-15 13:49:30 -08:00
parent c8a90efee8
commit e9e134079a
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
#pragma once
void doSetup2(); //main setup function, displays the setup menu, calls various dialog boxes
#include "menu.h"
extern Menu_t* const setupMenu;
void setupTouch();
void runLocalOscSetting();
void runBfoSetting();