// #ifndef WEBPAGES_H // #define WEBPAGES_H // #include // const char index_html[] PROGMEM = R"rawliteral( // // // // ESP32 Data Display // // // // //

实时数据显示

//

累计使用时长: 加载中...

// //

温度: 加载中... °C

//

光照强度(A): 加载中... lx

//

光照强度(B): 加载中... lx

//

电位器Wiper值: 加载中...

//

总线电压: 加载中... V

//

分流电压: 加载中... mV

//

电流: 加载中... mA

//

功率: 加载中... mW

//

设置Wiper值

// // // // // )rawliteral"; // 添加分号 // #endif // WEBPAGES_H #ifndef WEBPAGES_H #define WEBPAGES_H #include const char index_html[] PROGMEM = R"rawliteral( ESP32 Data Display

实时数据显示

累计使用时长: 加载中...

温度: 加载中... °C

光照强度(A): 加载中... lx

光照强度(B): 加载中... lx

电位器Wiper值: 加载中...

总线电压: 加载中... V

分流电压: 加载中... mV

电流: 加载中... mA

功率: 加载中... mW

设置Wiper值

)rawliteral"; // 添加分号 #endif // WEBPAGES_H