mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 08:05:49 +08:00
Further changes to HD44780 support on the Pi.
This commit is contained in:
@@ -427,7 +427,7 @@ bool CDMRIPSC::writeAuthorisation()
|
||||
|
||||
bool CDMRIPSC::writeConfig()
|
||||
{
|
||||
char* software = "MMDVM";
|
||||
const char* software = "MMDVM";
|
||||
char slots = '0';
|
||||
if (m_duplex) {
|
||||
if (m_slot1 && m_slot2)
|
||||
|
||||
Reference in New Issue
Block a user