mirror of
https://github.com/m5stack/meshtastic-device-ui.git
synced 2026-05-20 11:51:03 -07:00
restructure code into sub-directories
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "graphics/view/OLED/OLEDViewController.h"
|
||||
|
||||
OLEDViewController::OLEDViewController() {}
|
||||
|
||||
void OLEDViewController::init(MeshtasticView *gui, IClientBase *_client)
|
||||
{
|
||||
ViewController::init(gui, _client);
|
||||
}
|
||||
Reference in New Issue
Block a user