Skip to content

Commit 62874ab

Browse files
committed
fix: comment
1 parent 406cd9f commit 62874ab

File tree

1 file changed

+1
-4
lines changed
  • src/app/docs/intro/using-with-espdash

1 file changed

+1
-4
lines changed

src/app/docs/intro/using-with-espdash/page.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ NetWizardParameter nw_mqtt_port(&NW, NW_INPUT, "Port", "", "1883");
5454
// Initialize ESP-DASH
5555
ESPDash dashboard(server, "/dashboard", true); // <--- We initialize ESP-DASH at "/dashboard" URL so that NetWizard logic is not distrupted
5656

57-
/*
58-
Dashboard Cards
59-
Format - (Dashboard Instance, Card Type, Card Name, Card Symbol(optional) )
60-
*/
57+
// Dashboard Cards
6158
dash::TemperatureCard<int> tempInt(dashboard, "Temperature", "°C");
6259
dash::HumidityCard<int> humInt(dashboard, "Humidity", "%");
6360

0 commit comments

Comments
 (0)