Gonzalo Brusco

Results 14 comments of Gonzalo Brusco

Hi. Any plans on supporting this? https://robotdyn.com/4-digit-led-display-tube-7-segments-tm1637-30x14mm-red-decimal-points.html

It looks that the problem comes from the way you implemented the write functions. In one write function you use the buffer _rawBuffer but in the others you don't. So...

> @handmade0octopus You can use the release 2.0.3 with Platformio. Use this setup > > ``` > platform = espressif32 > platform_package = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#142fceb8563cd1795d619829e0a103770a344e1a > ``` You are...

Hi @saadeghi . If you have too many items in the drawer, how do you avoid that second column they create? For example: https://play.tailwindcss.com/3EeYQZW79e It would be nice if a...

@saadeghi worked perfectly. Thank you!!

Any news about this feature? Thanks for your great library!! @saadeghi

@saadeghi I ended up using this to match the input-groups I was using https://play.tailwindcss.com/vj1r9z9gp0

Sorry I do not undestand something about this approach. What would be the correct way of setting the timeout now? I see you removed the setTimeout from WiFiClient and WiFiClientSecure......

Sorry to hijack this. But since the ethernet team is here. Can somebody confirm that during reset the LAN8720 does **not** output REFCLKO? I would like to use the LAN8720...

> @gonzabrusco When using `GPIO0` as input for the EMAC clock, I ended up pulling `GPIO2` high by default. Then you have a 50/50 chance of the ESP32 booting normally...