jacobeva

Results 10 issues of jacobeva

![image](https://user-images.githubusercontent.com/52288074/103174193-fda90800-4857-11eb-907b-df5053ef60c9.png) I am not experienced with java, however I believe this means you are not importing the commons jar correctly? 0.10.1 works fine.

There is a lack of comments throughout much of the firmware repo. Additional comments throughout would be very useful so we don't have to bother Mark all the time with...

The current logging implementation basically consists of a couple of `Serial.print`s on certain conditions. A robust logging implementation similar to that of Meshtastic should be designed so as to allow...

The thing I've been going on about for so long... How should we handle this in the firmware? My first thought is to have a type assigned to every modem...

At present, the return of the packetSnr function is an unsigned integer. This is a bad idea, since some LoRa modems are actually capable of receiving transmissions below the noise...

Very, very useful feature when debugging firmware verification issues. Command line arguments are totally negotiable, I just assigned them to whatever.

Title basically. Not sure why this if statement got removed? I assume it was accidental. Regardless, without this change running something like: `rnodeconf -U --fw-version 1.71 --nocheck -u /dev/port` would...

This was a LOT of work, but hopefully will be bloody well worth it! Added: * RAK4631 support to the autoinstaller * RAK4631 support to firmware upgrade utility Fixes: *...

**Describe the Bug** Cannot connect RAK4631-based RNode to Sideband via USB. **To Reproduce** * Enable RNode in Sideband hardware settings and configure it * Restart sideband * RNode is never...

Title really. When Mark added support for the RAK4631, he forgot to add the correct values to this last USB filter, causing the device to never be detected.