From c6ba1d3684359280447c34a6d53742e401f7844c Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Fri, 9 Jan 2026 17:08:47 +0100 Subject: [PATCH] show github repo on Info Page --- wled00/data/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wled00/data/index.js b/wled00/data/index.js index ec2b0e67..5409ad27 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -735,6 +735,7 @@ ${i.tpsram?inforow("PSRAM " + (i.psrmode?"("+i.psrmode+" mode) ":"") + " ☾",(i ${i.e32flash?inforow("Flash mode "+i.e32flashmode+i.e32flashtext + " ☾",i.e32flash+" MB, "+i.e32flashspeed," Mhz"):""} ${i.e32model?inforow(i.e32model + " ☾",i.e32cores +" core(s),"," "+i.e32speed+" Mhz"):""} ${inforow("Environment",i.arch + " " + i.core + " (" + i.lwip + ")")} +${i.repo?inforow("Github",i.repo):""}