Skip to content

Commit

Permalink
Remove "Nanopb" dependency as it's not an Arduino library
Browse files Browse the repository at this point in the history
Has to be installed manually
  • Loading branch information
GUVWAF committed Dec 15, 2023
1 parent a9feee9 commit c383224
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
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
5 changes: 2 additions & 3 deletions library.properties
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=*

0 comments on commit c383224

Please sign in to comment.