feat: increase version number

This commit is contained in:
sinavir 2025-03-03 16:06:28 +01:00
parent 7aa0780e00
commit abb114f6eb
No known key found for this signature in database

View file

@ -208,7 +208,7 @@ static esp_err_t status_get_handler(httpd_req_t *req)
* string passed in user context*/
char buf[7];
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));
return ESP_OK;