Skip to content

Commit 7cf8b22

Browse files
authored
Version 0.2.x ahead
1 parent dac9b2b commit 7cf8b22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "esp_vfs_fat.h"
3030

3131
// Version only change the "vN.M" part if needed.
32-
const char *VERSION = "v0.1" BUILD_NUMBER;
32+
const char *VERSION = "v0.2" BUILD_NUMBER;
3333

3434
// SD Card
3535
// Selected the same values as for the OBS!
@@ -282,4 +282,4 @@ void app_main() {
282282
ESP_ERROR_CHECK(esp_ota_set_boot_partition(appPartition));
283283
ESP_ERROR_CHECK_WITHOUT_ABORT(esp_vfs_fat_sdcard_unmount(MOUNT_POINT, card));
284284
esp_restart();
285-
}
285+
}

0 commit comments

Comments
 (0)