用AaaBbbCcc()格式重命名函数名

This commit is contained in:
zogodo
2020-02-16 10:24:39 +08:00
parent 9f64def0f7
commit 6cca9a0afa
16 changed files with 178 additions and 179 deletions

View File

@@ -243,7 +243,7 @@ static int HttpSetMqttConfig(httpd_request_t *req)
require_noerr(err, exit);
sscanf(buf, "%s %d", MQTT_SERVER, &MQTT_SERVER_PORT);
//user_mqtt_init();
//UserMqttInit();
send_http("OK", 2, exit, &err);
@@ -336,7 +336,7 @@ static int OtaStart(httpd_request_t *req)
require_noerr(err, exit);
app_httpd_log("OtaStart ota_url[%s]", buf);
user_ota_start(buf, NULL);
UserOtaStart(buf, NULL);
send_http("OK", 2, exit, &err);
exit: