ranma
ranma
I would be nice to have a a default setup for some simple buttons on the GPIO header to control some of the camera functions. e.g. a button to disable/enable...
I recently got a new iiyama Monitor (XUB2792QSU-B1) and was initially frustrated that ddcutil seemed to be only able to read the settings, but not set them. [interrogate.txt](https://github.com/rockowitz/ddcutil/files/5012886/interrogate.txt) After some...
While the video is still available on https://vimeo.com/378870549, the slides and video download links are no longer working. I also tried looking for links on https://2019.bsideskbh.dk/, but both "See the...
This may not be the right approach, but seems to work in the simple case of `MOV A, #label$L`. Would fix: https://github.com/vpelletier/dissn8/issues/4 Note that the opcode sorting is added to...
For JUMP and CALL instructions, any unresolved label is remembered in label_referer_dict and later fixed up at the end. However this would also be useful to have working for immediate...
This implements RFC5424 version of the protocol. See https://github.com/tbnobody/OpenDTU/issues/1819 I didn't use https://github.com/arcao/Syslog since the protocol itself is trivial and most of the libraries functionality is not needed here. The...
With the default of `esp_light_sleep_start()` I see WiFi connection problems. Using delay() can still noticeably reduce the SoC temperature. In my limited testing, the temperature reported by `CpuTemperature.read()` reduced from...
### Related area WiFi roaming ### Hardware specification Any ESP32 ### Is your feature request related to a problem? WiFiSTA.cpp is not enabling the feature flags related to roaming, e.g....