diff --git a/custom_bin/fullclean b/custom_bin/fullclean index 815c490..9617907 100644 --- a/custom_bin/fullclean +++ b/custom_bin/fullclean @@ -26,4 +26,11 @@ else echo -e "\nNo sdkconfig.old, skipping delete\n" fi +if [ -f sdkconfig.bak ]; then + echo -e "\nDeleting sdkconfig.bak\n" + rm sdkconfig.bak +else + echo -e "\nNo sdkconfig.bak, skipping delete\n" +fi + echo -e "\nAll done :3\n" \ No newline at end of file diff --git a/version.txt b/version.txt index 22a1bf8..1b6fd0a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-rc2.5.1 \ No newline at end of file +61-rc2.5.2 \ No newline at end of file