Search found 3 matches
- Sun Mar 30, 2025 10:04 am
- Forum: General Discussion
- Topic: Header files are not linking properly (some variables/functions are undefined) but the project builds (vscode)
- Replies: 2
- Views: 1400
Re: Header files are not linking properly (some variables/functions are undefined) but the project builds (vscode)
Did you ever get any resolution on this?
- Tue Jul 14, 2020 4:50 pm
- Forum: ESP32 Arduino
- Topic: ESPAsyncWebServer & WiFiClient (for HTTPUpdate)
- Replies: 1
- Views: 4280
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 ...
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 ...
- Sun Oct 06, 2019 10:27 pm
- Forum: General Discussion
- Topic: Correct way to pass struct as an xTaskCreate parameter?
- Replies: 5
- Views: 26643
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.
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.