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,8 @@ public:
virtual bool isConnected();
int8_t signalStrength() override;
virtual PubSubClient *mqttClient();
private: