From ed67934fd1c6a35e006f7ebe844f9b69b05bb8c2 Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Sat, 28 Dec 2024 20:07:22 +0100 Subject: [PATCH] doc: add README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dae36f5 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Meshtastic ESP Ota + +This small program is able to update esp32 based meshtastic devices using the bleota introduced in meshtastic v2.3.1.4. + +## Compilation + +This project is written in rust and uses cargo to build. Some system libraries are required for building (on linux bluetooth related): + + cargo build + +You can also use nix to build the included flake: + + nix build + +# Usage + +Call the compiled binary with the target device name as first parameter and path to the update firmware .bin as second path + + meshtastic-esp-ota Meshtastic_XXXX update.bin