-->
Page 2 of 2

RE: Async Web Server only sends 1 out of 4 iframes on web pa

PostPosted: Thu Nov 07, 2019 10:45 am
by Sirquil
Solved:

Pavel,

Found it! I had used the Degree symbol ( HEX B0 ) in both iframe 1 and 4; not sure why this would stop processor3 function. What is odd; without processor3 in the AsyncWebServerResponse, all 4 iframes displayed and with the Degree symbol. Generated a new iframes 1 and 4, without using the Degree symbol; replaced iframes 1 and 4 with newly generated iframes. All iframes working as they should!

Thanks again Pavel!

William

Re: Async Web Server only sends 1 out of 4 iframes on web pa

PostPosted: Thu Nov 07, 2019 12:11 pm
by Pablo2048
William,
happy to hear. My suggestion - if you need the degree symbol use the right HTML equivalent
Code: Select all°
:-)

Pavel

Re: Async Web Server only sends 1 out of 4 iframes on web pa

PostPosted: Sat Nov 09, 2019 11:05 pm
by Sirquil
Hi Pavel,

My problem with the Degree symbol was with what "ThingSpeak.com" generated embedded in their iframe. I will try editing it with your suggestion.

I am in the testing stage of my conversion project. Would like to see how it responds to visitors, before posting the code. Project is Open Source. Need to clean up code and do some formating of the code in addition to the online testing.

Async Web Server Project Online Project is a conversion of "Two_Rain_Gauge"; WiFi Client/ Server to an Async Web Server.

William