Search found 2 matches

by g01d10x
Tue Jul 14, 2020 4:50 pm
Forum: ESP32 Arduino
Topic: ESPAsyncWebServer & WiFiClient (for HTTPUpdate)
Replies: 1
Views: 3412

ESPAsyncWebServer & WiFiClient (for HTTPUpdate)

Hello everyone, I'm trying to find an example for my ESP32 to be connected to a WiFi network with access to the internet, and running a functioning ESPAsyncWebServer. BUT .. I would also like to have the ESP32 also connect to perform an HTTPUpdate with a .bin stored on my server. I've tried the firs...
by g01d10x
Sun Oct 06, 2019 10:27 pm
Forum: General Discussion
Topic: Correct way to pass struct as an xTaskCreate parameter?
Replies: 5
Views: 22154

Re: Correct way to pass struct as an xTaskCreate parameter?

This looks like you had the same idea that I did regarding how to start a task with a set of variables.

In reading the responses, I'm not sure what 'became obvious' to you though. Could you explain? Is it possible somehow to pass in a struct ? I'm trying with an int and a char array, but no luck.