coelner

Results 16 issues of coelner

https://github.com/prampec/IotWebConf/issues/47 I like to hold this improvement up. example code for the esp8266 ( https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/station-class.html?highlight=WPS#wps ) : ``` #include void setup(void) { Serial.begin(115200); Serial.println(); Serial.printf("Wi-Fi mode set to WIFI_STA %s\n",...

- fix time format to something to hh:mm:ss - with no load/very low current the values are flickering --> maybe some smoothing needed - reduce float resolution to reasonable depth

Hey, I use 120 WS2812 wit a 4A 5V power supply (limit 3800mAh). The firmware is 0.8.5 on two different ESP8266 boards. I want to use a self soldered ESP12E...

discussion
hardware

**Describe the bug** ``` rpi_zero:~# gpg-tui failed to initialize clipboard: XcbConn(ClosedParseErr) [Nothing is shown - q closes program] ``` **To Reproduce** run gpg-tui over the UART serial on the alpine...

bug

https://github.com/m5stack/M5Stack/blob/6cd8ce15e723c2043a3c01763320413ebff300d5/src/utility/pngle.c#L31 this line is deprecated: ``` In file included from /Arduino/libraries/M5Stack/src/utility/pngle.c:31: /Arduino/hardware/espressif/esp32/tools/sdk/esp32/include/esp32/include/rom/miniz.h:1:2: warning: #warning rom/miniz.h is deprecated, please use esp32/rom/miniz.h instead [-Wcpp] #warning rom/miniz.h is deprecated, please use esp32/rom/miniz.h instead...

Device: Somu Hacker the update itself work flawless (5.10.11-arch1-1 #1 SMP PREEMPT Wed, 27 Jan 2021 13:53:16 +0000 x86_64 GNU/Linux), but the update flow is too fast. The device gets...

Hey, with the current version 5.2.2 for the esp8266 platform we have an api change in the library: https://github.com/plerup/espsoftwareserial/commit/2bbedb761670fed38ee3b3057843da2face7695c#diff-8d137b6230feb3539a63ba9284979346 1. move the Rx, Tx Pin to the begin() 2. maybe...

related to: https://github.com/syncthing/syncthing/issues/7581 related to: https://github.com/syncthing/syncthing/issues/2316 and here: https://github.com/golang/go/blob/d26fc68aa10dc8eda5ccdcc80d790e7df2fd9823/src/net/url/url.go#L223-L235 There ( https://github.com/syncthing/docs/blob/main/users/config.rst?plain=1#L1423 ) could be a hint, that you need to replace the single `%` with the `%25`. Especially the...

**Please Describe The Feature You Want** Flag or hide the own traffic like those entries: `- Detected domain x.x.x.x.zen.spamhaus.org resolved with no connection threat level: low.` This behaviour is shown...

I guess there exists some timing issues: ``` python zbs_flasher.py mac write ../OpenEPaperLink/binaries/Tag_FW_2.9.bin Welcome to the ZBS-Flasher Utility No Serial port given, trying to guess... Using port /dev/ttyUSB0 Traceback (most...