Adam Kadlec
Adam Kadlec
Hi @gioblu i have a question on you :) Right now I have system with one master and n slaves. Communication is controlled by master. Master is iterating through known...
Hi @gioblu right now i'm moving my master code to python with pjon_cython package. Everything is working fine, but with a small issue. Master is resending packets :/ It looks...
Hi to all, i have a small network composed of arduino as a slaves and one esp8266 as a master. Using TS over RS485. This setup is working great. But...
Is this feature supported? ``` class ParentEntity(db.Entity): _table_ = "table_name" class InheritedEntity(ParentEntity): _table_ = "inherit_table_name" ```
I'm trying to use it with nativescript and it is using different folder: `app` instead of `src` It would be good to be able to specify source files folder, because...
Is it possible to use it with port expander like MCP23017 etc?
Bug Type: **`Component`** ## Environment - Vue Version: `3.4.27` - Element Plus Version: `2.7.3` - Browser / OS: `Mac/Chrome` - Build Tool: `Vite` ## Reproduction ### Related Component - `el-button`...
I'm using react/http on my local server which is creating server to interact with HomeKit. And the latest version break parsing incoming request because of host name. Data which are...