Skip to content

Commit 1e3ec8a

Browse files
committed
(fix) Update response field name from 'Library version' to 'Framework ver.' in device portal
1 parent c9f3108 commit 1e3ec8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ksf/comp/ksDevicePortal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ namespace ksf::comps
339339
response += ksf::to_string(ESP_getFlashVendor());
340340
response += PSTR(", size: ");
341341
response += ksf::to_string(ESP_getFlashSizeKB());
342-
response += PSTR(" KB \"},{\"name\":\"Library version\",\"value\":\"");
342+
response += PSTR(" KB \"},{\"name\":\"Framework ver.\",\"value\":\"");
343343
response += PSTR(KSF_LIBRARY_VERSION);
344344
response += PSTR("\"},{\"name\":\"Hostname\",\"value\":\"");
345345
response += WiFi.getHostname();

0 commit comments

Comments
 (0)