added comment

This commit is contained in:
Paul
2019-06-15 12:36:54 +02:00
parent cbeadd19c0
commit 011771a746

View File

@@ -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;
} }