LNDetector seems to break Traintastic, disabling

This commit is contained in:
Filippo Gentile 2023-04-12 23:53:56 +02:00
parent 5265316049
commit 2628149827
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ void AccessoryManager::setAccessoryState(int index, int port, bool val)
m_server->m_z21->setTrntInfo(address, val);
//HACK: notify from LocoNet
notifyz21LNdetector(0, 0x80, address);
//notifyz21LNdetector(0, 0x80, address);
}