Skip to content

Conversation

@wandroll
Copy link

@wandroll wandroll commented Mar 6, 2019

Se reporter au README pour le détail de la migration.

Thanks to @Miaxos for the great help !

jsonResult += ",\"channel\":" + String(WiFi.channel(i));
jsonResult += ",\"secure\":" + String(WiFi.encryptionType(i));
// TODO : fix this
// jsonResult += ",\"hidden\":" + String(WiFi.isHidden(i) ? "true" : "false");
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Y a un petit bug qu'on a pas réussi a résoudre. A priori la classe WiFi n'implemente pas le isHidden.


// Crée la connection au réseau WIFI
void wifi_setup() {
//WiFi.hostname(name.c_str());
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Petit bug pour le set du nom de domaine , la methode n'est plus dispo. Il faudrait passer le hostname autrement via la methode WiFi.softAPsetHostname en mode AP et WiFi.setHostname quand on est en mode client.

@wandroll
Copy link
Author

wandroll commented Mar 6, 2019

Derniers détails : la board ESP32 delivre du 3.3V et pas en 5V. Donc il faudrait ajouter un level shifter si on veut rehausser la tension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants