Fixed cloud connection for C3

This commit is contained in:
Gunnar Skjold
2025-01-22 17:49:38 +01:00
parent 111807a743
commit 2b5f3f50df
5 changed files with 18 additions and 12 deletions

View File

@@ -392,6 +392,10 @@ void AmsWebServer::sysinfoJson() {
if(!features.isEmpty()) features += ",";
features += "\"kmp\"";
#endif
#if defined(AMS_CLOUD)
if(!features.isEmpty()) features += ",";
features += "\"cloud\"";
#endif
int size = snprintf_P(buf, BufferSize, SYSINFO_JSON,
FirmwareVersion::VersionString,