trigBoardV8_BaseFirmware
trigBoardV8_BaseFirmware copied to clipboard
-Adds new storage locations for mqtt key/cert/ca -Adds bluetooth "chunking" proof-of-concept -Declares BT MTU size as 517B (5 bytes header + 512 bytes data) -Adds generic function `packetizeBluetoothMessage` which can...
Thank you for the enhancements to the trigBoardV8_BaseFirmware enhancements. There is a buffer overrun issue in `getRSSI()`. includes.h: `char rssiChar[5];` WiFi.ino: ``` void getRSSI() { //Serial.print("WiFi RSSI = "); int...
Purpose is to send Trigboard message as json for a more "direct" integration into home assistant. It will also send dicovery message so that no config needed in HA. This...
This is a request to allow the MQTT messages to be published as JSON instead of just a text string. Parsing the options out of the string becomes a bit...