Skip to content

Commit

Permalink
Fixed appfs name
Browse files Browse the repository at this point in the history
  • Loading branch information
hnzlmnn committed Oct 27, 2023
1 parent b24a2ac commit dafa9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ _Noreturn void app_main(void) {
ESP_LOGI(TAG, "Upgrading v1 firmware");
appfsRename("python", "python_tr23");
appfsRename("python", "battleship");
appfsRename("python", "gnuboy_tr23");
appfsRename("python", "gnuboy_troopers23");
}

/* Ensure the directories for the hatchery exist */
Expand Down

0 comments on commit dafa9a1

Please sign in to comment.