mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-29 14:35:41 +08:00
Start making the OLED driver available for modem redirection.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user