mirror of
https://github.com/meshtastic/python.git
synced 2026-04-18 13:57:00 -04:00
1.0.5 fix #14, let users set bool,float or string params.
Example usage: Or to configure an ESP32 based board to join a wifi network as a station (wifi support in the device code is coming soon): ``` meshtastic --set wifi_ap_mode false --setstr wifi_ssid mywifissid --setstr wifi_password mywifipsw ``` Or to configure an ESP32 to run as a Wifi access point: ``` meshtastic --set wifi_ap_mode true --setstr wifi_ssid mywifissid --setstr wifi_password mywifipsw ```
This commit is contained in:
2
setup.py
2
setup.py
@@ -10,7 +10,7 @@ with open("README.md", "r") as fh:
|
||||
# This call to setup() does all the work
|
||||
setup(
|
||||
name="meshtastic",
|
||||
version="1.0.4",
|
||||
version="1.0.5",
|
||||
description="Python API & client shell for talking to Meshtastic devices",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user