mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
test for fixing #1420
This commit is contained in:
@@ -1808,7 +1808,8 @@ bool EMSdevice::handle_telegram(std::shared_ptr<const Telegram> telegram) {
|
|||||||
#if defined(EMSESP_DEBUG)
|
#if defined(EMSESP_DEBUG)
|
||||||
EMSESP::logger().debug("This telegram (%s) is not recognized by the EMS bus", tf.telegram_type_name_);
|
EMSESP::logger().debug("This telegram (%s) is not recognized by the EMS bus", tf.telegram_type_name_);
|
||||||
#endif
|
#endif
|
||||||
tf.fetch_ = false;
|
// test if this causes issue: https://github.com/emsesp/EMS-ESP32/issues/1420
|
||||||
|
// tf.fetch_ = false;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (telegram->message_length > 0) {
|
if (telegram->message_length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user