Skip to content

Commit c383224

Browse files
committed
Remove "Nanopb" dependency as it's not an Arduino library
Has to be installed manually
1 parent a9feee9 commit c383224

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[![CLA assistant](https://cla-assistant.io/readme/badge/meshtastic/Meshtastic-arduino)](https://cla-assistant.io/meshtastic/Meshtastic-arduino)
22

3-
Driver for interfacing with Meshtastic nodes over WiFi and Serial connections
3+
Driver for interfacing with Meshtastic nodes over WiFi and Serial connections.
4+
5+
Note: This is **not** the [Meshtastic firmware](https://github.com/meshtastic/firmware) for use on a supported device with LoRa chip.
6+
7+
When using the Arduino IDE, install the Nanopb dependency as explained [here](https://www.dfrobot.com/blog-1161.html) under "Setting up the environment".
48

59
Author: Mike Schiraldi

library.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name=Meshtastic
2-
version=0.0.3
2+
version=0.0.4
33
author=Meshtastic
44
maintainer=Meshtastic <meshtastic@meshtastic.org>
55
sentence=Driver for interfacing with Meshtastic nodes over WiFi and Serial connections
6-
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.
6+
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.
77
category=Communication
8-
depends=Nanopb
98
url=http://meshtastic.org
109
architectures=*

0 commit comments

Comments
 (0)