@ -1,7 +1,6 @@
import { Component } from '@angular/core';
import { IonicPage, NavController, NavParams } from 'ionic-angular';
import { OtaWizardPage } from '../ota-wizard/ota-wizard';
/**
* Generated class for the AboutPage page.
*
@ -18,7 +18,8 @@ export class OtaWifiProvider {
public strategy: WifiStrategy
constructor(private platform: Platform, private http: HttpClient) {
this.strategy = this.selectStrategy()
this.strategy = WifiStrategy.Manual;
// this.strategy = this.selectStrategy()
}
private selectStrategy (): WifiStrategy {