Update version.h

This commit is contained in:
oh3bsg 2021-05-14 15:07:25 +03:00 committed by GitHub
parent 62005ee328
commit 0e7dd674a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const char *version_name = "BSG TTGO Sonde";
const char *version_id = "v0.2.3";
const char *version_id = "v0.3.0";
const int SPIFFS_MAJOR=2;
const int SPIFFS_MINOR=11;