Andrey Klimov
Andrey Klimov
Hi! Is it possible to extend OTA support for Atmel SAM3X8E ARM Cortex-M3 ? The architecture is quite similar with already supported platforms and from the first look, it should...
It might be very useful to move from AVR only lib toward ARM compatibility (at least to Atmel SAM3X8E ARM Cortex-M3 installed in Arduino DUE)
### Description Add tolerance to random noise receiving after transmission in half-duplex mode (Invalid Slave 0xE1 error preventing) Awaiting for 1-s byte of response == SlaveID. All garbage before -...
…hile DNS requests and TCP:open/close awaiting for results
Hi everybody There is reasonable to move strings to PROGMEM using F() directive or similar to decrease RAM utilisation for AVR based devices Now memory footprint relatively bug (thanks for...
Много полезных библиотек, проделана большая работа, но зачем они свалены в кучу в одном репозитории? Это не просто противоречит принципу git но и делает крайне неудобным использование и контрибуцию со...
Dynamic memory allocation added Decreased DMX inter-frame interval to allow control some delay sensitive devices
added __weak__ attribute to UART handlers to allow custom handlers override default UART routine That is vital changes to implement DMX512 protocol over UART (for example) without manual changes of...
## Expected Behavior To ignore single wrong MQTT payload value or limit percentage value to 100% ## Current Behavior MQTT connection broken Since topic is persistent, every reconnect attempt failing...
It might be very useful to have ability to place/edit some configuration data as file (config.json for example or any other pre-defined name ) Is it possible to do some...