Add build instructions

This commit is contained in:
Richard Patching 2025-06-18 08:39:31 +01:00
parent f6fc0a71c6
commit 70e76ba172
2 changed files with 6 additions and 2 deletions

View File

@ -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]

View File

@ -45,4 +45,8 @@
| CS | GPIO5 | Chip Select |
| BLK | GPIO4 | Backlight |
*Note: GPIO pins are configurable in the software
*Note: GPIO pins are configurable in the software
# Build instructions
`cargo build --release --target xtensa-esp32-espidf`