Skip to content

Commit c6ba1d3

Browse files
committed
show github repo on Info Page
1 parent e11caec commit c6ba1d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wled00/data/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ ${i.tpsram?inforow("PSRAM " + (i.psrmode?"("+i.psrmode+" mode) ":"") + " ☾",(i
735735
${i.e32flash?inforow("Flash mode "+i.e32flashmode+i.e32flashtext + " ☾",i.e32flash+" MB, "+i.e32flashspeed," Mhz"):""}
736736
${i.e32model?inforow(i.e32model + " ☾",i.e32cores +" core(s),"," "+i.e32speed+" Mhz"):""}
737737
${inforow("Environment",i.arch + " " + i.core + " (" + i.lwip + ")")}
738+
${i.repo?inforow("Github",i.repo):""}
738739
<tr><td colspan=2><hr style="height:1px;border-width:0;color:SeaGreen;background-color:SeaGreen"></td></tr>
739740
${i.e32code?inforow("Last ESP Restart ☾",i.e32code+" "+i.e32text):""}
740741
${i.e32core0code?inforow("Core0 rst reason ☾",i.e32core0code, " "+i.e32core0text):""}

0 commit comments

Comments
 (0)