Zepp OS: Fix default weather encryption

This commit is contained in:
José Rebelo
2025-04-06 13:52:54 +01:00
parent 7a869e24e3
commit e01f305fe1
@@ -37,7 +37,7 @@ public class ZeppOsWeatherService extends AbstractZeppOsService {
private static final byte CMD_DEFAULT_LOCATION_ACK = 0x0a;
public ZeppOsWeatherService(final ZeppOsSupport support) {
super(support, true);
super(support, false);
}
@Override