We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35de56b commit 44cf893Copy full SHA for 44cf893
code/components/jomjol_mqtt/server_mqtt.cpp
@@ -21,6 +21,7 @@ static const char *TAG = "MQTT SERVER";
21
extern const char* libfive_git_version(void);
22
extern const char* libfive_git_revision(void);
23
extern const char* libfive_git_branch(void);
24
+extern std::string getFwVersion(void);
25
26
std::vector<NumberPost*>* NUMBERS;
27
bool HomeassistantDiscovery = false;
0 commit comments