Search found 7 matches

by Galeforce9
Sun Mar 27, 2022 7:44 pm
Forum: ESP32 Arduino
Topic: Favicon
Replies: 10
Views: 10180

Re: Favicon

Thanks to all who helped. Everything is now working correctly.

Kind regards

Ian
by Galeforce9
Sun Mar 27, 2022 1:03 pm
Forum: ESP32 Arduino
Topic: Favicon
Replies: 10
Views: 10180

Re: Favicon

Hello, Thank you all. I did get this working and on return found Pipi61 answer. I have since used the code provided to test. So if i goto /favicon.ico I get the favicon displayed and in Edge I also get the favicon displayed in the title bar as it should, however in Chrome the favicon does not displa...
by Galeforce9
Sun Mar 27, 2022 11:39 am
Forum: ESP32 Arduino
Topic: Favicon
Replies: 10
Views: 10180

Re: Favicon

Hello, Re-reading ths and more research seems I cannot use server.send as this is only for string use and as stated I need binary. The Async library which I dont use has the server.send_P funtion which doesnt seem present in the webser.h library. I beleive there is a server.streamFile(file, contentT...
by Galeforce9
Sun Mar 27, 2022 9:49 am
Forum: ESP32 Arduino
Topic: Favicon
Replies: 10
Views: 10180

Re: Favicon

Hello, Thank you for the reply. I had searched for a correct solution but could not find the answer. I am not using the async server but the built in webserver.h so could not use the example as shown. I changed the table to int8 and then converted to a string to feed to server.send as I do not know ...
by Galeforce9
Sat Mar 26, 2022 6:44 pm
Forum: ESP32 Arduino
Topic: Favicon
Replies: 10
Views: 10180

Favicon

Hello, I have tried for some time to get this to work without success. I simple want to serve a Favicon via the webserver. I have multiple webpages all being served fine without an issue. This is the code I have but on loading a webpage I do not get the Favicon and if I go to the root and add /favic...
by Galeforce9
Mon Sep 14, 2020 7:52 pm
Forum: ESP32 Arduino
Topic: Weird serial delays
Replies: 4
Views: 7206

Re: Weird serial delays

Hello Many thanks for your reply. I'm not sure serial flush is what I need but I will give it a try as soon as I can. I have read here: https://www.baldengineer.com/when-do-you-use-the-arduinos-to-use-serial-flush.html so understand its function. My normal platform (not used for a couple of years)is...
by Galeforce9
Thu Sep 10, 2020 8:36 pm
Forum: ESP32 Arduino
Topic: Weird serial delays
Replies: 4
Views: 7206

Weird serial delays

Hello I am new to the esp32 but not programming. I have a new project but have a strange issue. I am using serial1 and serial2 and both ports are used to transfer rs485 data. The data being sent to serial1 is a three byte packet, followed by by a delay of approximately 2.5ms and then repeated. I rea...