Bartłomiej Zimoń
Bartłomiej Zimoń
@ArduinoGetStarted please merge
Show more code related to addresses, declaration, getting, printing etc.
@upeer Try this: ``` String getAddress(DeviceAddress devAdr, uint8_t idx) { String adr = ""; for (uint8_t i = ADR_START; i < ADR_END; i++) { if (devAdr[i] < 16) { adr...
https://github.com/milesburton/Arduino-Temperature-Control-Library/blob/master/examples/oneWireSearch/oneWireSearch.ino Example code
@LionBS76 try to use 3.2.x version with many fix-es
It is not compatible with esp32
@5p0ng3b0b have ignored all the warnings about possible wrong chip...
@5p0ng3b0b @drencorxeen In fact there is still demand for esp32 port :) @5p0ng3b0b what kind of esp-link features You need?
https://github.com/home-assistant/supervisor/issues/5531 Not interested in firewall but routing is broken after a while from start of docker. Any ideas what to check?
@0wwafa please point me to afected function Ok got it https://github.com/sweetlilmre/TapuinoNext/blob/main/src/ESP32TapRecorder.cpp