mirror of
https://github.com/wled/WLED.git
synced 2025-11-09 02:59:03 +00:00
Allow product information to be specified at build time
This commit is contained in:
@@ -799,8 +799,8 @@ void serializeInfo(JsonObject root)
|
||||
#endif
|
||||
root[F("opt")] = os;
|
||||
|
||||
root[F("brand")] = "WLED";
|
||||
root[F("product")] = F("FOSS");
|
||||
root[F("brand")] = F(WLED_BRAND);
|
||||
root[F("product")] = F(WLED_PRODUCT_NAME);
|
||||
root["mac"] = escapedMac;
|
||||
char s[16] = "";
|
||||
if (Network.isConnected())
|
||||
|
||||
Reference in New Issue
Block a user