mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
added comment
This commit is contained in:
@@ -348,7 +348,7 @@ void ems_setTxMode(uint8_t mode) {
|
|||||||
// https://github.com/proddy/EMS-ESP/issues/103#issuecomment-495945850
|
// https://github.com/proddy/EMS-ESP/issues/103#issuecomment-495945850
|
||||||
if (mode == 3) {
|
if (mode == 3) {
|
||||||
EMS_Sys_Status.emsReverse = true;
|
EMS_Sys_Status.emsReverse = true;
|
||||||
myDebug_P(PSTR("Forcing emsReverse for Junkers"));
|
myDebug_P(PSTR("Forcing emsReverse for Junkers")); // TODO: remove at some point when 2 is the standard
|
||||||
} else {
|
} else {
|
||||||
EMS_Sys_Status.emsReverse = false;
|
EMS_Sys_Status.emsReverse = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user