wimmatthijs

Results 20 comments of wimmatthijs

Hi, i'm sorry, i'm talking not about multiple files but about the gzipped response of a web-server. From most servers you can get a gzipped response, which is particularly convenient...

ahah, this is a very good suggestion, i will have a look into that!

> hey @wimmatthijs, some after thoughts on this: > > 1. if the server sends a `Content-Length` header with the size of the gz file > 2. if the ESP32...

Same issue here, would love to see this as a feature some time soon!

OK I found the global css description in the strings_en.h file and the issue is because all inputfields are set to width 100% In the webserver only text inputfields are...

**Without inline styling :** ![image](https://user-images.githubusercontent.com/42993778/101283726-98c03c00-37dc-11eb-9fd7-ef645864928a.png) **with inline styling:** ![image](https://user-images.githubusercontent.com/42993778/101283735-ac6ba280-37dc-11eb-9c09-cc63d769607e.png)

> > OK I found the global css description in the strings_en.h file and the issue is because all inputfields are set to width 100% > > In the webserver...

@johnnysamuael I had this same issue when i tried to add a runtime parameter in the const char* HTML code. Could this be the problem?

I think this section in the readme file sorts this out: > ## I2S DACs > I've used both the Adafruit [I2S +3W amp DAC](https://www.adafruit.com/product/3006) and a generic PCM5102 based...

Unfortunately i'm also in the case where it doesn't work. I did rewrite my program as async but still no luck. Eventually i copied @sharpordie's async sample and tried to...