feat: increase version number
This commit is contained in:
parent
7aa0780e00
commit
abb114f6eb
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ static esp_err_t status_get_handler(httpd_req_t *req)
|
||||||
* string passed in user context*/
|
* string passed in user context*/
|
||||||
char buf[7];
|
char buf[7];
|
||||||
ESP_LOGI(TAG, "SENT STATUS");
|
ESP_LOGI(TAG, "SENT STATUS");
|
||||||
sprintf(buf, "v02-%d%d", status_one, status_two);
|
sprintf(buf, "v03-%d%d", status_one, status_two);
|
||||||
httpd_resp_send(req, buf, strlen(buf));
|
httpd_resp_send(req, buf, strlen(buf));
|
||||||
|
|
||||||
return ESP_OK;
|
return ESP_OK;
|
||||||
|
|
Loading…
Add table
Reference in a new issue