Skip to content

Commit

Permalink
Version 0.2.x ahead
Browse files Browse the repository at this point in the history
  • Loading branch information
amandel authored Nov 27, 2021
1 parent dac9b2b commit 7cf8b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "esp_vfs_fat.h"

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

// SD Card
// Selected the same values as for the OBS!
Expand Down Expand Up @@ -282,4 +282,4 @@ void app_main() {
ESP_ERROR_CHECK(esp_ota_set_boot_partition(appPartition));
ESP_ERROR_CHECK_WITHOUT_ABORT(esp_vfs_fat_sdcard_unmount(MOUNT_POINT, card));
esp_restart();
}
}

0 comments on commit 7cf8b22

Please sign in to comment.