Start making the OLED driver available for modem redirection.

This commit is contained in:
Jonathan Naylor
2020-11-15 18:12:38 +00:00
parent d48939bd90
commit 66bcca7e91
6 changed files with 49 additions and 14 deletions

View File

@@ -217,7 +217,7 @@ int CMMDVMHost::run()
return -1;
}
#if !defined(HD44780) && !defined(OLED) && !defined(_OPENWRT)
#if !defined(HD44780) && !defined(_OPENWRT)
// If we are currently root...
if (getuid() == 0) {
struct passwd* user = ::getpwnam("mmdvm");