post数据添加一个字符串变量

支持芯片: ESP32-S3系列

void wifiup_addstr(str field,str strpost);
//field: post数据的数据字段名
//strpost:post字段对应的上传内容

示例

wifiup_clear(0);
wifiup_addstr("name","张三");

备注: