diff --git a/Cargo.toml b/Cargo.toml index b31e443..e1546eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "ops-sat-sw" +name = "ops-sat-rs" version = "0.1.0" edition = "2021" diff --git a/scripts/bld-deploy-remote.py b/scripts/bld-deploy-remote.py index e16215f..9bce107 100755 --- a/scripts/bld-deploy-remote.py +++ b/scripts/bld-deploy-remote.py @@ -18,7 +18,7 @@ BUILDER = "cross" DEFAULT_USER_NAME: Final = "root" DEFAULT_ADDRESS: Final = "192.254.108.30" DEFAULT_TOOLCHAIN: Final = "armv7-unknown-linux-gnueabihf" -DEFAULT_APP_NAME: Final = "ops-sat-sw" +DEFAULT_APP_NAME: Final = "ops-sat-rs" DEFAULT_TARGET_FOLDER: Final = "/tmp" DEFAULT_DEBUG_PORT: Final = "1234" DEFAULT_GDB_APP = "gdb-multiarch"