From 70e76ba1725de1adda1ff333d5616b7f505ed4e6 Mon Sep 17 00:00:00 2001 From: Richard Patching Date: Wed, 18 Jun 2025 08:39:31 +0100 Subject: [PATCH] Add build instructions --- Cargo.toml | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a16cf95..71b97b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ experimental = ["esp-idf-svc/experimental"] [dependencies] esp-idf-svc = { version = "0.51", features = ["critical-section", "embassy-time-driver", "embassy-sync"] } esp-idf-hal = "0.45.2" -aniker-gps = { path = "../aniker-gps" } +aniker-gps = { git = "https://code.hackmarine.com/hackmarine/aniker-gps" } log = "0.4" [build-dependencies] diff --git a/README.md b/README.md index 24068fa..554e9de 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,8 @@ | CS | GPIO5 | Chip Select | | BLK | GPIO4 | Backlight | -*Note: GPIO pins are configurable in the software \ No newline at end of file +*Note: GPIO pins are configurable in the software + +# Build instructions + +`cargo build --release --target xtensa-esp32-espidf`