change url, readme
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
dependencies:
|
||||
EspMeshtasticCompact:
|
||||
git: https://github.com/htotoo/EspMeshtasticCompact
|
||||
git: https://github.com/htotoo/EspMeshCompact
|
||||
espressif/mdns: 1.*
|
||||
|
||||
Reference in New Issue
Block a user