thecky

Results 4 issues of thecky

Hi, maybe I miss understood something with the "new" range-advertisment, but currently it doesn't work for me. Even the example LedStrip (https://github.com/homieiot/homie-esp8266/blob/v3.0/examples/LedStrip/LedStrip.ino) doesn't work as I expected. I also assume...

Hi, is it possible to add the definitions for the: * Attiny 2313a * Attiny 4313 to the main-programm? This both devices support HVPP and I would like to use...

Hi, is there a way to change the keymap under linux for the used vice version? I miss several keys (like *, left arrow, ...). In my native vice version...

Hi, currently the code doesn't compile under "Arch" with GCC 14.1.1. The fix is really simple, just add CMAKE_C_FLAGS to CMakeLists.txt, like it's already done with CMAKE_CXX_FLAGS. So, that you...