Can receivers can register with half speed

This commit is contained in:
Jaakko Haakana 2025-07-02 16:39:45 +03:00
parent e57f2ce324
commit d3f6577ebc
13 changed files with 66 additions and 31 deletions

View file

@ -1258,7 +1258,7 @@ String processor(const String& var) {
if (contactor_control_enabled) {
content += "<h4>Contactors controlled by emulator, state: ";
if (datalayer.system.status.contactors_battery2_engaged) {
if (datalayer.system.status.contactors_engaged) {
content += "<span style='color: green;'>ON</span>";
} else {
content += "<span style='color: red;'>OFF</span>";