Kevin Hester
b734b9f009
fix #95 , somehow a S got inserted ;-) (thanks @jfirwin)
2021-05-28 10:49:55 +08:00
Kevin Hester
037d29e200
Merge pull request #94 from jdstroy/fix-help-text
...
Fix the text for --subnet in the help text
2021-05-26 10:39:23 +08:00
jdstroy
13a84500c6
Fix the text for --subnet in the help text
2021-05-25 08:05:37 +00:00
jdstroy
88254ff0c1
Add detection for WSL1 in SerialInterface
...
WSL1 shares the same (buggy) driver behavior as the underlying Windows/NT platform; thus, the RTS/RTR workaround applied to Windows and OS X applies to WSL1, too.
2021-05-25 07:38:03 +00:00
Kevin Hester
a5a14f3cfe
Merge remote-tracking branch 'root/master' into dev
2021-05-24 10:16:50 +08:00
Kevin Hester
9f7b584383
probable fix for the problem @avron noticed on Windows
2021-05-24 10:06:50 +08:00
Kevin Hester
4a649973a2
update protos
2021-05-24 09:47:03 +08:00
Kevin Hester
acaef40b08
Merge pull request #92 from iz1kga/nodeDB_Update
...
nodeDB Update, SNR, Hoplimit, LastHeard and added lastReceived
2021-05-20 07:39:07 +08:00
iz1kga
a69a8b460e
nodeDB Update, SNR, Hoplimit, LastHeard and added lastReceived
2021-05-12 08:54:36 +02:00
Andrew Cabey
4259211888
Implemented --get argument to get current parameter value
2021-05-03 19:21:07 -04:00
Kevin Hester
d6fff6cc02
force device to rsync on serial port
2021-05-03 17:06:45 +08:00
Kevin Hester
895315f64d
fix formatting
2021-05-03 16:18:22 +08:00
Kevin Hester
a0d025a56c
fix stalling during initial device config
2021-05-03 16:16:45 +08:00
Kevin Hester
edf498f8ad
better test output
2021-05-03 13:01:12 +08:00
Kevin Hester
f7afb924d7
add heartbeat timer
2021-05-03 13:01:05 +08:00
Kevin Hester
356aa6dfdf
1.2.31 fix minor test bug
2021-05-03 10:38:06 +08:00
Kevin Hester
b787f46404
fix --noproto exiting to quickly
2021-04-28 15:17:00 +08:00
Kevin Hester
e4ef8b7b3f
fix CI exit code
2021-04-16 11:49:29 +08:00
Kevin Hester
be4e777d22
mark our reader thread as daemon, so that closing devices is (kinda) optional
2021-04-16 11:26:29 +08:00
Kevin Hester
4a9b94d406
pass error code back to shell if test fails
2021-04-16 11:25:49 +08:00
Kevin Hester
4e101896d9
update protos
2021-04-16 11:25:34 +08:00
Tim Gunter
c8fdd4efd0
Make default to include self in showNodes()
2021-04-10 02:46:15 -07:00
Tim Gunter
00947b6180
Add file arguments to showInfo() and showNodes()
2021-04-10 02:46:15 -07:00
Tim Gunter
5b228edae2
Revamp printNodes and move it into MeshInterface
2021-04-10 02:46:15 -07:00
Tim Gunter
4b6f3c0976
Add owner to showInfo()
2021-04-10 02:46:15 -07:00
Kevin Hester
1447965ceb
1.2.25
2021-04-10 12:09:08 +08:00
Kevin Hester
136919404b
Add is_licensed for ham
2021-04-10 11:38:47 +08:00
Kevin Hester
42f7205769
Fix GPIO handling
2021-04-06 10:35:13 +08:00
Kevin Hester
b6eb415620
fix gpio service
2021-04-06 08:59:03 +08:00
Kevin Hester
767130014a
fix --noproto to keep link alive
2021-04-06 08:58:52 +08:00
Kevin Hester
00ba0f5b87
make multiarg deprecated options consume both args (fixes --setchan)
2021-04-03 08:13:33 +08:00
Kevin Hester
6c532215e4
move Node to its own file
2021-04-02 11:10:20 +08:00
Kevin Hester
4ed0465803
format per coding standards
2021-04-02 11:03:00 +08:00
Kevin Hester
29c567b45d
1.2.20
2021-04-02 10:46:18 +08:00
Kevin Hester
77c8d97cb0
fix #81 make remote admin work again (scale timeouts based on # of requests)
2021-04-02 10:43:56 +08:00
Kevin Hester
37d12e8810
fix remote admin timeouts (allow more time and show progress)
2021-04-02 10:17:29 +08:00
Kevin Hester
c37980b56e
Merge remote-tracking branch 'root/master' into dev1.2
2021-04-01 13:43:30 +08:00
iz1kga
42008b94d7
Fix position key missing in nodes
2021-03-31 14:12:35 +02:00
Kevin Hester
b812a61bd5
fix race in integration test
2021-03-31 16:27:11 +08:00
Kevin Hester
f6ba5e04af
fix stdout handling
2021-03-28 12:28:28 +08:00
Kevin Hester
9963587eb4
1.2.16
2021-03-27 16:39:33 +08:00
Kevin Hester
d80c61c8bd
use new lastHeard field
2021-03-27 11:07:58 +08:00
Kevin Hester
99dc436b49
Merge remote-tracking branch 'root/master' into dev1.2
2021-03-27 11:06:29 +08:00
Kevin Hester
61eb251369
reformat code
2021-03-27 10:31:48 +08:00
Tim Gunter
65dc2c83d7
Switch to using tabulate to print out node database
2021-03-26 08:56:42 -07:00
Kevin Hester
fedf5c2a10
cleanup
2021-03-25 10:08:58 +08:00
Kevin Hester
5e517e803a
add choices
2021-03-25 10:04:27 +08:00
Kevin Hester
4dda9201f3
add enum reflection
2021-03-25 10:02:57 +08:00
Kevin Hester
9868adaa0b
use reflection to list valid device settings
2021-03-25 09:37:17 +08:00
Kevin Hester
a0ccd43499
send disconnect before closing stream
2021-03-25 08:04:12 +08:00