Skip to content

Commit

Permalink
Merge pull request #3843 from Navid200/Navid_2025_01_02b
Browse files Browse the repository at this point in the history
G6 Broadcast Typo
  • Loading branch information
jamorham authored Jan 7, 2025
2 parents 8ed51e7 + b007cc5 commit 6eba0af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static void sendLocalBroadcast(final BgReading bgReading) {
}

bundle.putInt(Intents.EXTRA_SENSOR_BATTERY, BridgeBattery.getBestBridgeBattery());
if (getBestCollectorHardwareName().equals("G7") || getBestCollectorHardwareName().equals("Native G6")) { // If we are using G7 or One+, or G6 in native mode
if (getBestCollectorHardwareName().equals("G7") || getBestCollectorHardwareName().equals("G6 Native")) { // If we are using G7 or One+, or G6 in native mode
usingG6OrG7 = true;
}
if (getBestCollectorHardwareName().equals("G7") && FirmwareCapability.isDeviceAltOrAlt2(getTransmitterID())) { // If we are using G7 or One+ and there is connectivity
Expand Down

0 comments on commit 6eba0af

Please sign in to comment.