We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac9b2b commit 7cf8b22Copy full SHA for 7cf8b22
1 file changed
src/main.c
@@ -29,7 +29,7 @@
29
#include "esp_vfs_fat.h"
30
31
// Version only change the "vN.M" part if needed.
32
-const char *VERSION = "v0.1" BUILD_NUMBER;
+const char *VERSION = "v0.2" BUILD_NUMBER;
33
34
// SD Card
35
// Selected the same values as for the OBS!
@@ -282,4 +282,4 @@ void app_main() {
282
ESP_ERROR_CHECK(esp_ota_set_boot_partition(appPartition));
283
ESP_ERROR_CHECK_WITHOUT_ABORT(esp_vfs_fat_sdcard_unmount(MOUNT_POINT, card));
284
esp_restart();
285
-}
+}
0 commit comments