Update README.md

This commit is contained in:
SpudGunMan
2024-06-13 00:41:01 -07:00
parent 7288fb30d2
commit 4ea371cf94

View File

@@ -15,7 +15,7 @@ other features
- `hfcond` returns a table of HF solar conditions
### Configurations
Currently config modifications is edit to code. Be sure to uncomment the approprate interface combo for your method (serial/BLEW/TCP). Only one at a time is supported to a single node at a time.
Currently config modifications is edit to code. Be sure to uncomment the appropriate interface combo for your method (serial/BLEW/TCP). Only one at a time is supported to a single node at a time.
```
# Uncomment the interface you want to use depending on your device connection
interface = meshtastic.serial_interface.SerialInterface() #serial interface
@@ -43,7 +43,7 @@ pip install datetime
pip install python-dateutil
```
# Reconition
# Recognition
Used ideas and snippets from other responder bots want to call them out!
- https://github.com/Murturtle/MeshLink
- https://github.com/pdxlocations/Meshtastic-Python-Examples
- https://github.com/pdxlocations/Meshtastic-Python-Examples