Jm Casler
Jm Casler
Device code purposely doesn't reset the device. Doing so would not be proper behavior. See the comment on NodeDB.cpp for radioGeneration. Fix is to properly configure the lora radio when...
Added some debug output to monitor the power configuration when the radio is configured / reconfigured. DEBUG_MSG("Frequency set to %f\n", getFreq()); DEBUG_MSG("Bandwidth set to %f\n", bw); DEBUG_MSG("Power output set to...
> Can we reboot automatically from the device after changing lora or channel config? With a default of UNSET I no longer see any cases where a reset is not...
I'm self assigning. I see where this can be added with low effort.
This can be added to MyNodeInfo which is only sent over the phone api. Also can be added to the json response in /json/report. MyNodeInfo is starting to reach ble...
> Expose the client API over a (compile time configurable) serial interface. Either HW Serial Number or RX/TX Pins. This way another Microcontroller can access the API and facilitate the...
Good idea. Note: The speed should be selectable as an enum.
> Any progress? It’s much more configurable now in 1.3 and will be available when it’s in public alpha.
Sounds like @Kollensperger 's request is to be able to send out location waypoints. That can likely be a variant of the message payload. No need to go lower level...
Oh, that's a possibility and would be even more elegant than what I was thinking. Let me take a look at the protos later today. This should be easy.