Fix GitHub build error for v1.0.14
This commit is contained in:
@@ -2021,7 +2021,7 @@ class PiPedalModelImpl implements PiPedalModel {
|
||||
wifiDirectConfigSettings = wifiDirectConfigSettings.clone();
|
||||
|
||||
if ((!oldSettings.enable) && (!wifiDirectConfigSettings.enable)
|
||||
&& (oldSettings.hotspotName == wifiDirectConfigSettings.hotspotName)
|
||||
&& (oldSettings.hotspotName === wifiDirectConfigSettings.hotspotName)
|
||||
) {
|
||||
// no effective change.
|
||||
resolve();
|
||||
|
||||
Reference in New Issue
Block a user