publish wifi rssi

This commit is contained in:
technyon
2022-09-10 10:17:28 +02:00
parent e55ba8007f
commit 6bfc7f686d
9 changed files with 36 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ public:
virtual void update() = 0;
virtual bool isConnected() = 0;
virtual int8_t signalStrength() = 0;
protected:
const uint16_t _mqttMaxBufferSize = 6144;