trigBoardV8_BaseFirmware
trigBoardV8_BaseFirmware copied to clipboard
Feature: MQTT SSL Certificates
-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 chunk data back to the configurator
-Adds mqtt module condition to choose HTTPS with certs present
-Adds generic key file read/save functions
Depends on https://github.com/krdarrah/trigBoardConfigurator/pull/3