ESP32
ESP32的代码
为了更好地理解,代码文件中包含一些注释。
请记住:我的所有.ino文件都包含MyConfig.h。 该文件例如是我的本地WiFi和MQTT配置。 如果不想使用它,请注释#include“ MyConfig.h”,并取消注释代码文件中的相应变量。
安装
浏览到本地/ Arduino / libraries文件夹
创建一个新目录/ MyConfig
创建一个新的文本文件并将其另存为MyConfig.h
MyConfig.h
// This configuration file contains the bare minimum connection information
//Replace the next variables with your SSID/Password combination
#define WIFI_SSID "YourSSID"