使用vscode 开发esp32 编译后就报错 no matching function for call to 有没有巨佬看一下
EEPROMClass 没有定义
EEPROMClass(const char*, int)
的构造接口,只有 EEPROMClass(const char * name)
*
应该是没有该函数原型,也就是说函数没有定义或者参数不对应