Skip to content
#

esp8266

Here are 6,186 public repositories matching this topic...

lptr
lptr commented Jan 26, 2022

Basic Infos

Hardware

WiFimanager Branch/Release: 2.0.5-beta
Hardware: ESP32

Description

WiFiManager::setHostname(char*) should make a defensive copy of parameter value instead of storing the raw parameter value. Currently it is possible to e.g. pass a hostname value that gets freed up before WiFi.setHostname() etc., resulting in a corrupted hostname being set.

N

tomikaa87
tomikaa87 commented Dec 30, 2020

Blynk library version: master branch at 144a90f3bdb66c3b6c03cce0335c1f1e304d91d6
IDE: VS Code + PlatformIO
IDE version: 1.52.1
Board type: ESP8266
Additional modules: Arduino ESP8266

Scenario, steps to reproduce

Blynk.run() blocks if there is no internet connection on the network and connecting to a local server via SSL.
According to my investigation, `BlynkArduinoClientSecure::conn

OpenMQTTGateway

MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility, SMS & LORA.

  • Updated Feb 26, 2022
  • C++

Improve this page

Add a description, image, and links to the esp8266 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the esp8266 topic, visit your repo's landing page and select "manage topics."

Learn more