Net Debug = Net print and tablet pc mode on 1024
This commit is contained in:
@@ -258,7 +258,7 @@ CRGBPalette16 &Segment::loadPalette(CRGBPalette16 &targetPalette, uint8_t pal) {
|
|||||||
break;}
|
break;}
|
||||||
case 73: {//periodically replace palette with a random one. Transition palette change in 500ms
|
case 73: {//periodically replace palette with a random one. Transition palette change in 500ms
|
||||||
uint32_t timeSinceLastChange = millis() - _lastPaletteChange;
|
uint32_t timeSinceLastChange = millis() - _lastPaletteChange;
|
||||||
if (timeSinceLastChange > 5000 /*+ ((uint32_t)(255-intensity))*100*/) {
|
if (timeSinceLastChange > randomPaletteChangeTime * 1000U) {
|
||||||
prevRandomPalette = randomPalette;
|
prevRandomPalette = randomPalette;
|
||||||
randomPalette = CRGBPalette16(
|
randomPalette = CRGBPalette16(
|
||||||
CHSV(random8(), random8(160, 255), random8(128, 255)),
|
CHSV(random8(), random8(160, 255), random8(128, 255)),
|
||||||
|
|||||||
@@ -1517,7 +1517,7 @@ TD .checkmark, TD .radiomark {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 798px) {
|
@media all and (max-width: 1024px) {
|
||||||
#buttonPcm {
|
#buttonPcm {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -675,7 +675,7 @@ function populateInfo(i)
|
|||||||
cn += `v${i.ver} <i>"${vcn}"</i><p>(WLEDMM_${i.ver} ${i.rel}.bin)</p><p><em>build ${i.vid}</em></p><table>
|
cn += `v${i.ver} <i>"${vcn}"</i><p>(WLEDMM_${i.ver} ${i.rel}.bin)</p><p><em>build ${i.vid}</em></p><table>
|
||||||
${urows}
|
${urows}
|
||||||
${urows===""?'':'<tr><td colspan=2><hr style="height:1px;border-width:0;color:SeaGreen;background-color:Seagreen"></td></tr>'}
|
${urows===""?'':'<tr><td colspan=2><hr style="height:1px;border-width:0;color:SeaGreen;background-color:Seagreen"></td></tr>'}
|
||||||
${i.opt&0x100?inforow("Net Serial ☾","<button class=\"btn btn-xs\" onclick=\"requestJson({'netDebug':"+(i.opt&0x0080?"false":"true")+"});\"><i class=\"icons "+(i.opt&0x0080?"on":"off")+"\"></i></button>"):''}
|
${i.opt&0x100?inforow("Net Print ☾","<button class=\"btn btn-xs\" onclick=\"requestJson({'netDebug':"+(i.opt&0x0080?"false":"true")+"});\"><i class=\"icons "+(i.opt&0x0080?"on":"off")+"\"></i></button>"):''}
|
||||||
${i.serialOnline?inforow(i.serialOnline,"TX="+i.sTX,"; RX="+i.sRX):""}
|
${i.serialOnline?inforow(i.serialOnline,"TX="+i.sTX,"; RX="+i.sRX):""}
|
||||||
${i.opt&0x100?'<tr><td colspan=2><hr style="height:1px;border-width:0;color:GoldenRod;background-color:GoldenRod"></td></tr>':''}
|
${i.opt&0x100?'<tr><td colspan=2><hr style="height:1px;border-width:0;color:GoldenRod;background-color:GoldenRod"></td></tr>':''}
|
||||||
${inforow("Build",i.vid)}
|
${inforow("Build",i.vid)}
|
||||||
@@ -3247,10 +3247,10 @@ function togglePcMode(fromB = false)
|
|||||||
localStorage.setItem('pcm', pcModeA);
|
localStorage.setItem('pcm', pcModeA);
|
||||||
pcMode = pcModeA;
|
pcMode = pcModeA;
|
||||||
}
|
}
|
||||||
if (wW < 798 && !pcMode) return;
|
if (wW < 1024 && !pcMode) return;
|
||||||
if (!fromB && ((wW <= 798 && lastw <= 798) || (wW > 798 && lastw > 798))) return;
|
if (!fromB && ((wW <= 1024 && lastw <= 1024) || (wW > 1024 && lastw > 1024))) return;
|
||||||
openTab(0, true);
|
openTab(0, true);
|
||||||
if (wW <= 798) {pcMode = false;}
|
if (wW <= 1024) {pcMode = false;}
|
||||||
else if (pcModeA && !fromB) pcMode = pcModeA;
|
else if (pcModeA && !fromB) pcMode = pcModeA;
|
||||||
updateTablinks(0);
|
updateTablinks(0);
|
||||||
gId('buttonPcm').className = (pcMode) ? "active":"";
|
gId('buttonPcm').className = (pcMode) ? "active":"";
|
||||||
|
|||||||
@@ -246,9 +246,9 @@ Hue status: <span class="sip"> Disabled in this build </span>
|
|||||||
<option value=15000>1500000</option>
|
<option value=15000>1500000</option>
|
||||||
</select><br>
|
</select><br>
|
||||||
<i>Keep at 115200 to use Improv. Some boards may not support high rates.</i>
|
<i>Keep at 115200 to use Improv. Some boards may not support high rates.</i>
|
||||||
<h3>Net Serial ☾</h3>
|
<h3>Net Print ☾</h3>
|
||||||
<div id="NoNetDebug" class="hide">
|
<div id="NoNetDebug" class="hide">
|
||||||
<em style="color:#fa0;">This firmware build does not include Net Serial support.<br></em> <!--WLEDMM we call it Net Serial-->
|
<em style="color:#fa0;">This firmware build does not include Net Print support.<br></em> <!--WLEDMM we call it Net Print-->
|
||||||
</div>
|
</div>
|
||||||
<div id="NetDebug"> <!--WLEDMM-->
|
<div id="NetDebug"> <!--WLEDMM-->
|
||||||
Netcat host IP:<br>
|
Netcat host IP:<br>
|
||||||
|
|||||||
@@ -1085,7 +1085,7 @@ const uint8_t PAGE_settings_ui[] PROGMEM = {
|
|||||||
|
|
||||||
|
|
||||||
// Autogenerated from wled00/data/settings_sync.htm, do not edit!!
|
// Autogenerated from wled00/data/settings_sync.htm, do not edit!!
|
||||||
const uint16_t PAGE_settings_sync_length = 3650;
|
const uint16_t PAGE_settings_sync_length = 3653;
|
||||||
const uint8_t PAGE_settings_sync[] PROGMEM = {
|
const uint8_t PAGE_settings_sync[] PROGMEM = {
|
||||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xad, 0x5a, 0xeb, 0x72, 0xdb, 0x36,
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xad, 0x5a, 0xeb, 0x72, 0xdb, 0x36,
|
||||||
0x16, 0xfe, 0xcf, 0xa7, 0x40, 0xd8, 0x99, 0x56, 0xaa, 0x65, 0xdd, 0x6c, 0x39, 0x8e, 0x2d, 0x32,
|
0x16, 0xfe, 0xcf, 0xa7, 0x40, 0xd8, 0x99, 0x56, 0xaa, 0x65, 0xdd, 0x6c, 0x39, 0x8e, 0x2d, 0x32,
|
||||||
@@ -1303,19 +1303,19 @@ const uint8_t PAGE_settings_sync[] PROGMEM = {
|
|||||||
0xd5, 0x28, 0x4a, 0xb5, 0xd0, 0x56, 0x43, 0x09, 0xf8, 0x27, 0x63, 0x11, 0xe2, 0x59, 0xad, 0x2b,
|
0xd5, 0x28, 0x4a, 0xb5, 0xd0, 0x56, 0x43, 0x09, 0xf8, 0x27, 0x63, 0x11, 0xe2, 0x59, 0xad, 0x2b,
|
||||||
0x2c, 0x91, 0x88, 0x73, 0xb4, 0xa5, 0xaa, 0x64, 0xc8, 0xa1, 0x8f, 0x1c, 0x71, 0x1a, 0xbb, 0x1a,
|
0x2c, 0x91, 0x88, 0x73, 0xb4, 0xa5, 0xaa, 0x64, 0xc8, 0xa1, 0x8f, 0x1c, 0x71, 0x1a, 0xbb, 0x1a,
|
||||||
0x5a, 0xa3, 0x81, 0x52, 0x73, 0x93, 0x29, 0x98, 0x59, 0xd9, 0x23, 0x3b, 0x3f, 0xde, 0x43, 0xa4,
|
0x5a, 0xa3, 0x81, 0x52, 0x73, 0x93, 0x29, 0x98, 0x59, 0xd9, 0x23, 0x3b, 0x3f, 0xde, 0x43, 0xa4,
|
||||||
0x24, 0x33, 0x93, 0xff, 0xf7, 0xdf, 0xff, 0x29, 0xd6, 0x3c, 0x78, 0xdb, 0x65, 0xa3, 0x64, 0xf2,
|
0x24, 0x49, 0x3f, 0x86, 0x82, 0x49, 0xfe, 0xfb, 0xef, 0xff, 0x14, 0x4b, 0x1e, 0xbc, 0xec, 0xb2,
|
||||||
0x77, 0x16, 0xbe, 0xb9, 0x15, 0x37, 0xd6, 0xbd, 0x7c, 0x7d, 0x3c, 0xa5, 0x85, 0xb6, 0x4a, 0x75,
|
0x51, 0x32, 0xf9, 0x3b, 0xeb, 0xde, 0x6c, 0xc1, 0x8d, 0x55, 0x2f, 0x5f, 0x1e, 0xcf, 0x68, 0xa1,
|
||||||
0x0f, 0x4b, 0x93, 0xeb, 0x75, 0x7d, 0x75, 0x7e, 0x32, 0x36, 0x67, 0xc7, 0xeb, 0xc6, 0x6b, 0xd2,
|
0xa9, 0x52, 0xbd, 0xc3, 0xd2, 0xd4, 0x7a, 0x5d, 0x5f, 0x9d, 0x9d, 0x8c, 0xcd, 0xb9, 0xf1, 0xba,
|
||||||
0x9b, 0xf1, 0x82, 0xbc, 0xf9, 0x1a, 0xf2, 0x19, 0x75, 0x76, 0xdc, 0xfe, 0xea, 0xe4, 0x3a, 0xaf,
|
0xf1, 0x9a, 0xe4, 0x66, 0xbc, 0x20, 0x6f, 0xbe, 0x86, 0x7c, 0x46, 0x9d, 0x1d, 0xb6, 0xbf, 0x3a,
|
||||||
0x0e, 0x85, 0xbe, 0xd3, 0x63, 0xcf, 0x79, 0x99, 0xfa, 0x6b, 0x0f, 0xe3, 0xde, 0xe1, 0x3f, 0x90,
|
0xb5, 0xce, 0xab, 0x43, 0x61, 0xef, 0xf4, 0xd0, 0x73, 0x5e, 0xa6, 0xfe, 0xda, 0xa3, 0xb8, 0x77,
|
||||||
0x05, 0x5d, 0xaa, 0x37, 0x26, 0x75, 0x68, 0x35, 0xc7, 0x14, 0x7a, 0x29, 0x7d, 0xc2, 0xf7, 0xf6,
|
0xf8, 0x0f, 0x64, 0x41, 0x87, 0xea, 0x8d, 0x49, 0x1d, 0x1a, 0xcd, 0x31, 0x85, 0x4e, 0x4a, 0x9f,
|
||||||
0xf0, 0xe0, 0x90, 0x3c, 0x7a, 0x80, 0x06, 0x46, 0x0c, 0xfd, 0xcb, 0xcd, 0x10, 0x02, 0x4e, 0xc7,
|
0xef, 0xbd, 0x3d, 0x3c, 0x38, 0x24, 0x8f, 0x1e, 0x60, 0x81, 0x11, 0x43, 0xef, 0x72, 0x33, 0x7c,
|
||||||
0x6f, 0xfb, 0x70, 0xe1, 0x5f, 0xbd, 0xe8, 0x37, 0x82, 0xdf, 0xd4, 0x41, 0x3e, 0xd6, 0x89, 0x45,
|
0x80, 0xd3, 0xf1, 0xcb, 0x3e, 0x5c, 0xf8, 0x57, 0x2f, 0xfa, 0x8d, 0xe0, 0x17, 0x75, 0x90, 0x8d,
|
||||||
0x7f, 0xc8, 0xa2, 0xd2, 0x85, 0xfa, 0x72, 0xa5, 0x0d, 0x00, 0xd0, 0x86, 0x66, 0x70, 0xd7, 0x27,
|
0x75, 0x5a, 0xd1, 0x9f, 0xb1, 0xa8, 0x64, 0xa1, 0xbe, 0x5b, 0x69, 0x03, 0xfc, 0xb3, 0xa1, 0x15,
|
||||||
0xbf, 0x22, 0xdf, 0xdf, 0xc8, 0x6e, 0xd2, 0xae, 0xe1, 0xa0, 0xe2, 0xa7, 0x9b, 0x39, 0xfc, 0x76,
|
0xdc, 0xf5, 0xc9, 0xaf, 0xc8, 0xf7, 0x37, 0xb2, 0x9b, 0xb4, 0x6b, 0x38, 0xa8, 0xf8, 0xe9, 0x56,
|
||||||
0x62, 0xc3, 0x87, 0x1c, 0xaf, 0xf9, 0x26, 0xc3, 0x98, 0xfb, 0xde, 0x03, 0xbf, 0x3b, 0x81, 0x3f,
|
0x0e, 0xbf, 0x9c, 0xd8, 0xf0, 0x19, 0xc7, 0x6b, 0xbe, 0xc8, 0x30, 0xe6, 0xbe, 0xf6, 0xc0, 0xaf,
|
||||||
0xf8, 0x6d, 0x0a, 0x7e, 0xa8, 0x82, 0x5f, 0xa5, 0xfe, 0x0f, 0xaa, 0x1e, 0xd1, 0xf1, 0xa5, 0x2a,
|
0x4e, 0xe0, 0x0f, 0x7e, 0x99, 0x82, 0x9f, 0xa9, 0xe0, 0x37, 0xa9, 0xff, 0x03, 0xc2, 0xe7, 0x0c,
|
||||||
0x00, 0x00
|
0x2d, 0xa3, 0x2a, 0x00, 0x00
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
3280
wled00/html_ui.h
3280
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
@@ -990,7 +990,7 @@ void serializeInfo(JsonObject root)
|
|||||||
#endif
|
#endif
|
||||||
//WLEDMM: WLED_DEBUG_HOST independent from WLED_DEBUG
|
//WLEDMM: WLED_DEBUG_HOST independent from WLED_DEBUG
|
||||||
#ifdef WLED_DEBUG_HOST
|
#ifdef WLED_DEBUG_HOST
|
||||||
os = 0x80; //WLEDMM: also if not WLED_DEBUG (on off button Net Debug/Net Serial)
|
os = 0x80; //WLEDMM: also if not WLED_DEBUG (on off button Net Debug/Net Print)
|
||||||
os |= 0x0100;
|
os |= 0x0100;
|
||||||
if (!netDebugEnabled) os &= ~0x0080;
|
if (!netDebugEnabled) os &= ~0x0080;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// version code in format yymmddb (b = daily build)
|
// version code in format yymmddb (b = daily build)
|
||||||
#define VERSION 2303260
|
#define VERSION 2303270
|
||||||
|
|
||||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||||
//#define WLED_USE_MY_CONFIG
|
//#define WLED_USE_MY_CONFIG
|
||||||
|
|||||||
Reference in New Issue
Block a user