Skip to content

Commit

Permalink
Merge pull request #3351 from PSandro/pr_info_time
Browse files Browse the repository at this point in the history
show current local time in info page ⏲️
  • Loading branch information
blazoncek authored Sep 2, 2023
2 parents 3f98e94 + 5ff66ce commit 25553a2
Show file tree
Hide file tree
Showing 5 changed files with 2,315 additions and 2,308 deletions.
1 change: 1 addition & 0 deletions wled00/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ ${i.opt&0x100?inforow("Debug","<button class=\"btn btn-xs\" onclick=\"requestJso
${inforow("Build",i.vid)}
${inforow("Signal strength",i.wifi.signal +"% ("+ i.wifi.rssi, " dBm)")}
${inforow("Uptime",getRuntimeStr(i.uptime))}
${inforow("Time",i.time)}
${inforow("Free heap",heap," kB")}
${i.psram?inforow("Free PSRAM",(i.psram/1024).toFixed(1)," kB"):""}
${inforow("Estimated current",pwru)}
Expand Down
1 change: 1 addition & 0 deletions wled00/data/simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ ${urows}
${inforow("Build",i.vid)}
${inforow("Signal strength",i.wifi.signal +"% ("+ i.wifi.rssi, " dBm)")}
${inforow("Uptime",getRuntimeStr(i.uptime))}
${inforow("Time",i.time)}
${inforow("Free heap",heap," kB")}
${i.psram?inforow("Free PSRAM",(i.psram/1024).toFixed(1)," kB"):""}
${inforow("Estimated current",pwru)}
Expand Down
Loading

0 comments on commit 25553a2

Please sign in to comment.