Skip to content

Commit

Permalink
fix(miio): Use non-0 uid for provisioning to fix a38 0866 provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Jan 5, 2023
1 parent d422d6a commit 68e6d35
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ class MiioWifiConfigurationCapability extends LinuxWifiConfigurationCapability {
{
"ssid": wifiConfig.ssid,
"passwd": wifiConfig.credentials.typeSpecificSettings.password,
"uid": 0,
"uid": 1337, // previously, this was 0, however unfortunately some firmwares of robots such as 0866 of roborock a38 validate it to be non-0
"cc": "de",
"country_domain": "de",
"config_type": "app"
Expand Down

0 comments on commit 68e6d35

Please sign in to comment.