Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
Fixed extra button pins defaulting to 0 on first boot Build 2107080 Made Peek use the main websocket connection instead of opening a second one Temperature usermod fix (from @blazoncek's dev branch) Build 2107070 More robust initial resource loading in UI Added getJsonValue() for usermod conf...
A resistor divider between the boost converter output to AGND, with mid point tied to this pin sets the over-voltage protection threshold. Drain connection of the internal power FET SDAble and Disable Pin. EN high = SDAble, EN low = Disable and de-actives SMBus interface. Supply input ...
Fixed extra button pins defaulting to 0 on first boot Build 2107080 Made Peek use the main websocket connection instead of opening a second one Temperature usermod fix (from @blazoncek's dev branch) Build 2107070 More robust initial resource loading in UI Added getJsonValue() for usermod conf...
Busses extend total configured LEDs if required Fixed extra button pins defaulting to 0 on first bootBuild 2107080Made Peek use the main websocket connection instead of opening a second one Temperature usermod fix (from @blazoncek's dev branch)...
Busses extend total configured LEDs if required Fixed extra button pins defaulting to 0 on first bootBuild 2107080Made Peek use the main websocket connection instead of opening a second one Temperature usermod fix (from @blazoncek's dev branch)...
Websocket (peek) fallback when connection cannot be established, WS retries (#3267) Add WiFi network scan RPC command to Improv Serial (#3271) Longer (custom option available) segment name for ESP32 various fixes and improvements Build 2306210 0.14.0-b3 release respect global I2C in all user...
Expand All @@ -705,27 +709,43 @@ void WLED::initConnection() } showWelcomePage = false; DEBUG_PRINT(F("Connecting to ")); DEBUG_PRINT(clientSSID); DEBUG_PRINTLN("..."); // convert the "serverDescription" into a valid DNS hostname (alphanumeric) char hostname[25]; prepareHostnam...