有哪个函数可以读取WIFI名称和密码么?-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1811|回复: 2

有哪个函数可以读取WIFI名称和密码么?

[复制链接]
发表于 2021-3-3 10:34 | 显示全部楼层 |阅读模式
我使用smartconfig配网,想读取WIFI名称和密码发给其他设备。
发表于 2021-3-3 10:46 | 显示全部楼层
  1. if (WiFi.smartConfigDone())
  2. {
  3. Serial.println("SmartConfig Success");
  4. Serial.printf("SSID:%s\r\n", WiFi.SSID().c_str());
  5. Serial.printf("PSW:%s\r\n", WiFi.psk().c_str());
  6. WiFi.setAutoConnect(true);
  7. }
复制代码
 楼主| 发表于 2021-3-3 11:02 | 显示全部楼层
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-28 10:39 , Processed in 0.071427 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表