code spell checking - part4 (MM specific)
This commit is contained in:
@@ -9,7 +9,7 @@ class mcuTemp : public Usermod
|
||||
private:
|
||||
float mcutemp = 0;
|
||||
|
||||
// any private methods should go here (non-inline methosd should be defined out of class)
|
||||
// any private methods should go here (non-inline method should be defined out of class)
|
||||
void publishMqtt(const char *state, bool retain = false); // example for publishing MQTT message
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user