File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -675,8 +675,8 @@ function populateInfo(i)
675675 //WLEDMM: add total heap and total PSRAM, and build number, add bin name
676676 if ( i . ver . includes ( "0.14.1" ) ) vcn = "Sitting Ducks" ; // easter egg
677677 if ( i . ver . includes ( "0.14.0" ) ) vcn = "Lupo" ; // check for MM versioning scheme
678- if ( i . ver . includes ( "0.14.0-b15.1 " ) ) vcn = "Sitting Ducks" ; // late easter egg
679- if ( i . ver . includes ( "0.14.0-b15.2 " ) ) vcn = "This is the way" ; // recently watched The Mandalorian? I have spoken ;-)
678+ if ( i . ver . includes ( "0.14.0-b15" ) ) vcn = "Sitting Ducks" ; // late easter egg
679+ if ( i . ver . includes ( "0.14.0-b25 " ) ) vcn = "This is the way" ; // recently watched The Mandalorian? I have spoken ;-)
680680 if ( i . ver . includes ( "0.14.0-b15.22" ) ) vcn = "Lupo" ;
681681 cn += `v${ i . ver } <i>"${ vcn } "</i><p>(WLEDMM_${ i . ver } ${ i . rel } .bin)</p><p><em>build ${ i . vid } </em></p><table>
682682${ urows }
You can’t perform that action at this time.
0 commit comments