Commit Graph

28 Commits

Author SHA1 Message Date
geeksville
e485af752b OS-X was rebooting devices on connect, force RTS false
(RTS is connected to ESP32 reset).  Thanks to @mc-hamster for this fix!
2020-09-12 12:31:05 -07:00
geeksville
33b31d0fb2 1.0.3 2020-09-11 13:06:21 -07:00
geeksville
6942677b85 1.0.2 update example and handle serial disconnection gracefully 2020-09-11 11:08:16 -07:00
geeksville
1f4af574e6 1.0.1 2020-09-08 10:01:08 -07:00
geeksville
848b52a437 0.9.2 2020-08-11 18:19:54 -07:00
geeksville
9da57e2d12 0.9.1 make it possible to see seriallog while sending text commands
for https://github.com/meshtastic/Meshtastic-python/issues/5
2020-08-02 13:20:17 -07:00
geeksville
32f3c504d9 0.7.9 add sendPosition(lat, lng, alt) method also...
Use this method for the --settime command line flag - which sets the device
time to be the same as the local computers time (in UTC)

    def sendPosition(self, latitude=0.0, longitude=0.0, altitude=0, timeSec=0, destinationId=BROADCAST_ADDR, wantAck=False, wantResponse=False):
        """
        Send a position packet to some other node (normally a broadcast)

        Also, the device software will notice this packet and use it to automatically set its notion of
        the local position.

        If timeSec is not specified (recommended), we will use the local machine time.
        """
2020-07-05 12:01:35 -07:00
geeksville
67ae7aca3f 0.7.8 add pygatt dependency, fix bug noticed by @slavino in #3 2020-06-28 11:48:49 -07:00
geeksville
2917ba3478 0.7.7 2020-06-26 15:51:03 -07:00
geeksville
553810b3a5 0.7.6 for #2 2020-06-17 19:36:03 -07:00
geeksville
708e4f43c7 0.7.5 2020-06-17 17:17:10 -07:00
geeksville
7cdc2b3571 0.7.3 2020-06-12 12:34:03 -07:00
geeksville
7d005c1bb4 0.7.2 release 2020-06-09 18:22:15 -07:00
geeksville
e156bae854 add pexpect as a dependency 2020-06-08 14:21:25 -07:00
geeksville
a0c83a1861 0.6.7 2020-06-06 11:54:21 -07:00
geeksville
94175874f0 0.5.4 optionally add want_response to text message sends (see example):
meshtastic --debug --sendtext hello

attn @claesg
2020-05-22 10:57:54 -07:00
geeksville
518eee3a90 0.5.3 2020-05-20 17:09:24 -07:00
geeksville
39872ee86b put BLE experiment on back burner 2020-05-12 17:20:12 -07:00
geeksville
8af99477bb begin BLE support 2020-05-12 13:54:11 -07:00
geeksville
bfa2d97e43 support new protobufs 2020-05-12 11:00:11 -07:00
geeksville
6df00038bc basic stress tester 2020-05-01 19:28:01 -07:00
geeksville
399cd83426 Ready for first release on pypi 2020-04-28 15:29:20 -07:00
geeksville
bbbd33e292 add first cut at docs 2020-04-28 14:51:39 -07:00
geeksville
981c65033a generate readme in a form PyPi likes 2020-04-28 13:40:14 -07:00
geeksville
d46d1d1c98 pubsub works 2020-04-28 11:14:07 -07:00
geeksville
380cf4c999 dynamically probe for devices 2020-04-28 09:55:22 -07:00
geeksville
e52d54311a begin making reader thread 2020-04-27 12:19:52 -07:00
geeksville
d11854c39c and standard pypi boilerplate 2020-04-27 11:36:55 -07:00