Mark Qvist
295a036845
Updated versions
2022-11-01 21:07:06 +01:00
Mark Qvist
bfeb381c38
Moved program to RNS package
2022-11-01 21:01:32 +01:00
Mark Qvist
72f983e85a
Fixed deprecated thread API calls
2022-10-30 23:29:36 +01:00
SebastianObi
0955ebc715
Change for using device by-id
...
I have made some small changes to allow using serial device by-id.
This is helpful to select the devices uniquely.
rnodeconf.py /dev/serial/by-id/usb-1a86_USB_Single_Serial_537D019596-if00 --autoinstall
2022-07-25 21:03:03 +02:00
Mark Qvist
5755e722f9
Updated device compatibility
2022-06-29 17:29:19 +02:00
Mark Qvist
b9cc84d993
Added support for Heltec LoRa 32 v2 boards
2022-06-16 19:03:32 +02:00
Mark Qvist
35831e4e02
Increased sleep times for esp32 detection
2022-05-30 10:12:29 +02:00
Mark Qvist
d998279013
Updated version for release
2022-03-02 10:56:10 +01:00
Mark Qvist
159d11f73c
Updated info
2022-01-28 17:00:32 +01:00
Mark Qvist
f4a01e2aa2
Update version
2022-01-28 16:45:16 +01:00
Mark Qvist
a5aaa4a6de
Update firmware url
2022-01-28 16:43:37 +01:00
Mark Qvist
c0ddb7d8a8
Update firmware download method
2022-01-28 16:16:26 +01:00
Mark Qvist
86aa2a28bd
Add support for LoRa32 v2.0 boards
2022-01-24 21:02:09 +01:00
Mark Qvist
58790c27ea
Added board detection for homebrew board updates
2022-01-22 23:01:36 +01:00
Mark Qvist
3ec6253bf1
Version bump
2022-01-22 21:46:36 +01:00
Mark Qvist
9a38d8ae6b
Added support for LoRa32 v2.1 boards
2022-01-22 21:45:57 +01:00
Mark Qvist
cacce597f9
Work on LoRa32 compatibility
2022-01-21 22:44:55 +01:00
Mark Qvist
f27b13c43e
Updated version
2022-01-21 22:15:47 +01:00
Mark Qvist
2cb5204a99
Improved multiplatform support
2022-01-21 22:14:35 +01:00
Mark Qvist
7fe4c83e6f
Initial ATmega2560 support
2022-01-19 21:14:08 +01:00
Mark Qvist
b780bc5f42
Version bump
2022-01-12 23:08:47 +01:00
Mark Qvist
abab428842
Improved autoinstaller
2022-01-12 23:06:53 +01:00
Mark Qvist
03e9b92237
Version bump
2022-01-12 22:21:32 +01:00
Mark Qvist
dda837b948
Improved autoinstall
2022-01-12 22:20:37 +01:00
Mark Qvist
5d5ddee248
Version bump
2022-01-11 02:39:49 +01:00
Mark Qvist
96403b79d9
Updated guide
2022-01-11 02:39:23 +01:00
Mark Qvist
9ef25900c4
Improved error handling
2022-01-10 14:16:17 +01:00
Mark Qvist
421adf2991
Improved help text
2022-01-10 12:59:34 +01:00
Mark Qvist
4f7ebd75bf
Added multiplatform auto installer
2022-01-10 12:40:53 +01:00
Mark Qvist
2d6bc1cb47
Updated info text
2022-01-10 11:18:52 +01:00
Mark Qvist
058a7f8a02
Improved autoinstall
2022-01-10 11:17:06 +01:00
Mark Qvist
bdde350b5b
Initial multiplatform support
2022-01-10 02:41:09 +01:00
Mark Qvist
77de3f6568
Initial multiplatform support
2022-01-10 02:11:19 +01:00
Mark Qvist
07439e96d6
Merge branch 'master' of github.com:markqvist/rnodeconfigutil
2022-01-09 15:10:01 +01:00
Mark Qvist
5bd0877485
Reset command support and better EEPROM handling
2022-01-09 15:09:58 +01:00
markqvist
445faf79c9
Improved local device signing
2022-01-04 23:14:23 +01:00
Mark Qvist
252fed7758
Improved local device signing
2020-06-03 10:13:29 +02:00
Steve Miller
655e5d9423
Fix bug on rom update
...
This fixes:
Traceback (most recent call last):
File "./rnodeconfig", line 1055, in <module>
main()
File "./rnodeconfig", line 873, in main
if args.hwrev > 0 and args.hwrev < 256:
TypeError: '>' not supported between instances of 'NoneType' and 'int'
2020-06-01 20:21:06 -04:00
Mark Qvist
8630513343
Fixed input menu bug
2020-06-01 16:03:27 +02:00
Mark Qvist
f9aa1f5d94
Fixed TX power input inconsistensy. Fixed update directory bug.
2020-05-29 15:07:29 +02:00
Mark Qvist
43b7c21572
Fixed serial reference
2020-05-27 20:02:10 +02:00
Mark Qvist
bedcbebe03
Cleaned up serial references
2020-05-27 19:56:12 +02:00
Mark Qvist
16dab5028e
Preparation for setuptools
2020-05-27 19:22:45 +02:00