Kevin Hester
|
5952972334
|
1.1.24 for #44
|
2020-12-15 16:58:49 +08:00 |
|
Kevin Hester
|
862f660600
|
A quick fix #44 mostly by @timgunter. thanks!
|
2020-12-15 16:58:01 +08:00 |
|
Kevin Hester
|
57e526e675
|
Merge branch 'master' into dev
|
2020-12-15 16:34:14 +08:00 |
|
Kevin Hester
|
613659ac56
|
Merge pull request #43 from timgunter/portnum_as_strings_fix
Potential fix for portnums coming through as strings
|
2020-12-15 16:33:41 +08:00 |
|
Kevin Hester
|
ea38509b9a
|
Merge pull request #36 from IZ1IVA/patch-1
Create python-cmd-guide.md
|
2020-12-15 16:32:14 +08:00 |
|
Kevin Hester
|
bdcca88ac4
|
Merge pull request #38 from crossan007/add-version-cli-flag
add --version cli flag
|
2020-12-15 16:18:21 +08:00 |
|
Kevin Hester
|
02342ce395
|
Add --setch-shortfast and --setch--longslow
|
2020-12-15 13:39:00 +08:00 |
|
Tim Gunter
|
28fd349178
|
Convert portnum strings to enum values and set UNKNOWN_APP as a string to match how protobuf provides them
|
2020-12-14 00:39:19 -08:00 |
|
Kevin Hester
|
86005c0dda
|
1.1.23 fix #41 pyserial also drives usb control signals wrong on windows
|
2020-12-14 07:44:30 +08:00 |
|
Kevin Hester
|
6bd1fc5e1e
|
make --gpiowatch kinda work (rough)
|
2020-12-13 16:12:02 +08:00 |
|
Kevin Hester
|
1eb47a29e0
|
a possible but untested fix for #41
|
2020-12-13 13:12:44 +08:00 |
|
Kevin Hester
|
11f8c33e88
|
Add --sendping for reply testing
|
2020-12-13 12:55:18 +08:00 |
|
Charles Crossan
|
538c6d2b4d
|
add --version cli flag
|
2020-12-10 20:19:08 -05:00 |
|
Kevin Hester
|
0b1340cce1
|
1.1.22 make deprecation message just a warning
|
2020-12-10 13:59:30 +08:00 |
|
Kevin Hester
|
2c27b51b50
|
only warn about downrev device firmware (because most users are not using position parsing probably)
|
2020-12-10 13:32:13 +08:00 |
|
Kevin Hester
|
afbfd4fe80
|
1.1.21 for https://github.com/meshtastic/Meshtastic-device/issues/536
|
2020-12-10 11:37:57 +08:00 |
|
IZ1IVA
|
1548d88605
|
Create python-cmd-guide.md
Python API commands guide
|
2020-12-09 10:35:25 +01:00 |
|
Kevin Hester
|
449c0a2dac
|
1.1.20
|
2020-12-09 13:44:31 +08:00 |
|
Kevin Hester
|
27466fc8b4
|
make --noproto work with new system
|
2020-12-09 12:13:35 +08:00 |
|
Kevin Hester
|
9ff8eb1771
|
new protobufs
|
2020-12-09 12:10:58 +08:00 |
|
Kevin Hester
|
9e25fbc670
|
add setlat/setlon support for
https://github.com/meshtastic/Meshtastic-device/issues/536
meshtastic --setlat 32.7767 --setlon -96.7970 --setalt 1337
|
2020-12-09 11:43:06 +08:00 |
|
Kevin Hester
|
3645cff97e
|
fix problems found in sanity test
|
2020-12-09 09:41:49 +08:00 |
|
Kevin Hester
|
1f91f541ef
|
add sanity prerelease tests
|
2020-12-09 09:21:41 +08:00 |
|
Kevin Hester
|
0662c2b2ac
|
doc fix
|
2020-12-09 08:55:44 +08:00 |
|
Kevin Hester
|
61d72da31f
|
change to use a thread event to prevent race conditions waiting for config
|
2020-12-09 08:55:27 +08:00 |
|
Kevin Hester
|
e7da4093a2
|
the reader thread should be daemon, so failure to close if won't prevent app exit
|
2020-12-09 08:44:22 +08:00 |
|
Kevin Hester
|
78e70803d7
|
add crude GPIO read support
bin/run.sh --dest \!2462abf84098 --gpiord 16
|
2020-12-07 13:13:27 +08:00 |
|
Kevin Hester
|
d699a85591
|
add gpio rx handling
|
2020-12-07 13:07:14 +08:00 |
|
Kevin Hester
|
cc77a2ab1e
|
fix #19 (and misc changes for the new clean device API)
|
2020-12-07 13:07:00 +08:00 |
|
Kevin Hester
|
401de19bf7
|
WIP add gpiowr:
bin/run.sh --dest \!2462abf84098 --gpiowr 4 1
|
2020-12-07 12:42:06 +08:00 |
|
Kevin Hester
|
6e1e6efbf9
|
raise exception if data payload is too big
|
2020-12-06 16:10:01 +08:00 |
|
Kevin Hester
|
fa2f0bdc60
|
add (untested for now) new position/user message handling
|
2020-12-06 09:54:58 +08:00 |
|
Kevin Hester
|
2cdf38511f
|
automatically convert protobufs provided as data
|
2020-12-06 09:32:29 +08:00 |
|
Kevin Hester
|
b63da8dd61
|
send positions using the new API
|
2020-12-06 09:27:14 +08:00 |
|
Kevin Hester
|
ac31189798
|
WIP for new cleaned up device API
|
2020-12-06 09:03:28 +08:00 |
|
Kevin Hester
|
5972dc6dd2
|
make our version 1.1.20
|
2020-12-05 10:24:48 +08:00 |
|
Kevin Hester
|
5a377cce3e
|
remove unneeded subscribe
|
2020-11-15 08:16:11 +08:00 |
|
Kevin Hester
|
299ea4990b
|
1.1.7
|
2020-10-29 19:54:46 +08:00 |
|
Kevin Hester
|
1ebfdd46fe
|
Merge pull request #31 from timgunter/wait_for_config
Added waitForConfig() method to MeshInterface
|
2020-10-28 18:43:21 -07:00 |
|
Kevin Hester
|
a206297b75
|
Merge pull request #32 from timgunter/add_set_url
Add setURL() method to MeshInterface
|
2020-10-28 18:42:52 -07:00 |
|
Kevin Hester
|
d0eb994052
|
Merge pull request #29 from timgunter/set_owner
Add setOwner() method to MeshInterface
|
2020-10-28 18:42:15 -07:00 |
|
Kevin Hester
|
4e220e60fc
|
Merge pull request #28 from timgunter/pubsub_node_update
Bug fix for pubsub meshtastic.node.updated not being sent
|
2020-10-28 18:41:39 -07:00 |
|
Kevin Hester
|
7ac8ab1a0f
|
Merge pull request #33 from timgunter/with_context
Added support for context management
|
2020-10-28 18:40:52 -07:00 |
|
Gunter Tim
|
becfb76464
|
Added support for context management
|
2020-10-25 12:41:04 -07:00 |
|
Gunter Tim
|
4fd4b70d97
|
Added waitForConfig() method to MeshInterface
|
2020-10-25 11:42:53 -07:00 |
|
Gunter Tim
|
a7fbfcb948
|
Add setURL() method to MeshInterface
|
2020-10-25 11:24:09 -07:00 |
|
Gunter Tim
|
e4c98ab5ba
|
Add get long and short name methods to MeshInterface
|
2020-10-18 14:42:43 -07:00 |
|
Gunter Tim
|
647b3ec7bc
|
Added --setowner to main
|
2020-10-18 13:16:04 -07:00 |
|
Gunter Tim
|
77e5d5acd0
|
Add setOwner() method to MeshInterface
|
2020-10-18 11:10:59 -07:00 |
|
Gunter Tim
|
ff14036817
|
Bug fix for pubsub meshtastic.node.updated not being sent
|
2020-10-16 10:27:47 -07:00 |
|