From 0841068700d3b355058f73e44f79f2e845f96dec Mon Sep 17 00:00:00 2001 From: HTotoo Date: Mon, 22 Sep 2025 09:26:18 +0200 Subject: [PATCH] change url, readme --- README.md | 7 +++---- main/idf_component.yml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6566f4e..b5df82d 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,16 @@ This project is intended for educational purposes only. Use it exclusively in co Meshtastic is an excellent open-source project. Please respect its community and users—do not use this tool to cause harm or disrupt any Meshtastic networks. # HW -It works with Heltec WSL V3 by default. You can rewrite it to run on other platforms too. +It works with Heltec WSL V3 by default. You can modify it to run on other platforms too. # Contribution Feel free to contribute, PRs are welcomed. If you add some features in your fork, please share it with us too. # Compilation -Clone the project, open it with your ide, and start to compile. It'll run into an error. Then go to managed_components/jgromes__radiolib/src/protocols/PhysicalLayer/PhysicalLayer.h and insert this to line 231: virtual ~PhysicalLayer() = default; -The PR is merged for this, but waiting for the next release. Till that, you can compile it this way. +Clone the project, open it with your ide, and start to compile. Tested with ESP-IDF 5.4.2 in VS Code. -This project depends on the https://github.com/htotoo/EspMeshtasticCompact you can contribute to that too! +This project depends on the https://github.com/htotoo/EspMeshCompact you can contribute to that too! # Using Connect to Wifi: DarkMesh pass: 1234Dark diff --git a/main/idf_component.yml b/main/idf_component.yml index 74ebe3f..aefa6ef 100644 --- a/main/idf_component.yml +++ b/main/idf_component.yml @@ -1,5 +1,5 @@ dependencies: EspMeshtasticCompact: - git: https://github.com/htotoo/EspMeshtasticCompact + git: https://github.com/htotoo/EspMeshCompact espressif/mdns: 1.* \ No newline at end of file