-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "Nanopb" dependency as it's not an Arduino library
Has to be installed manually
- Loading branch information
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
[![CLA assistant](https://cla-assistant.io/readme/badge/meshtastic/Meshtastic-arduino)](https://cla-assistant.io/meshtastic/Meshtastic-arduino) | ||
|
||
Driver for interfacing with Meshtastic nodes over WiFi and Serial connections | ||
Driver for interfacing with Meshtastic nodes over WiFi and Serial connections. | ||
|
||
Note: This is **not** the [Meshtastic firmware](https://github.com/meshtastic/firmware) for use on a supported device with LoRa chip. | ||
|
||
When using the Arduino IDE, install the Nanopb dependency as explained [here](https://www.dfrobot.com/blog-1161.html) under "Setting up the environment". | ||
|
||
Author: Mike Schiraldi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
name=Meshtastic | ||
version=0.0.3 | ||
version=0.0.4 | ||
author=Meshtastic | ||
maintainer=Meshtastic <[email protected]> | ||
sentence=Driver for interfacing with Meshtastic nodes over WiFi and Serial connections | ||
paragraph=This library allows devices to send and receive information through the Meshtastic network via the WiFi or Serial interface of one of its nodes. Bluetooth integration is on the TODO list. | ||
paragraph=This library allows devices to send and receive information through the Meshtastic network via the WiFi or Serial interface of one of its nodes. Note: this is not the Meshtastic firmware itself. | ||
category=Communication | ||
depends=Nanopb | ||
url=http://meshtastic.org | ||
architectures=* |