use flash mem for strings when we can

This commit is contained in:
Paul
2020-02-23 14:22:46 +01:00
parent 6c39154e90
commit 059861a14f
2 changed files with 11 additions and 11 deletions

View File

@@ -1784,7 +1784,7 @@ void _process_UBADevices(_EMS_RxTelegram * EMS_RxTelegram) {
}
}
if (!exists) {
myDebug("[EMS] Detected new EMS Device with ID 0x%02X. Fetching version information...", device_id);
myDebug_P(PSTR("[EMS] Detected new EMS Device with ID 0x%02X. Fetching version information..."), device_id);
ems_doReadCommand(EMS_TYPE_Version, device_id); // get version, but ignore ourselves
}
}