diff --git a/src/ANTChannel.cpp b/src/ANTChannel.cpp index 356a2bd4c..040f7f839 100644 --- a/src/ANTChannel.cpp +++ b/src/ANTChannel.cpp @@ -343,6 +343,8 @@ void ANTChannel::broadcastEvent(unsigned char *ant_message) product_id=MANUFACTURER_MODEL_NUMBER_ID(message); checkCinqo(); + } else if (MESSAGE_IS_BATTERY_VOLTAGE(message)) { + // todo: push battery status up to train view when we have a means to display notifications } else { telemetry = true;