Created Beacon Spam Random

This commit is contained in:
Just Call Me Koko
2019-11-24 20:56:37 -05:00
parent d2f2a7c474
commit 7763c859f3
6 changed files with 183 additions and 47 deletions

View File

@@ -10,11 +10,6 @@ Display::Display()
{
}
void Display::main()
{
return;
}
// Function to prepare the display and the menus
void Display::RunSetup()
{
@@ -462,4 +457,8 @@ void Display::listDir(fs::FS &fs, const char * dirname, uint8_t levels) {
}
#endif
void Display::main()
{
return;
}
// End SPIFFS_functions