-
Updated
Jun 12, 2020 - C++
ota
Here are 208 public repositories matching this topic...
-
Updated
Jun 5, 2020 - C++
-
Updated
May 31, 2020 - Java
-
Updated
Jun 10, 2020 - C
-
Updated
May 20, 2019 - C++
-
Updated
Oct 7, 2019 - C++
-
Updated
May 13, 2020 - Swift
-
Updated
Mar 1, 2018 - C++
-
Updated
Jun 10, 2020 - Java
-
Updated
Apr 29, 2020 - C++
-
Updated
Feb 15, 2020 - Java
Tutorial?!?
The existing README explains well the basics, but it is not a concrete guide.
What I wonder, for example, is how the WLAN connection should be set up? What about the SSID and the necessary password?
EDIT: I found https://schinckel.net/tags/yaota/ That helps a little bit...
So i start the ota from micropython with:
import ota
ota.start()
So i must setup the WiFi connection
-
Updated
Jun 9, 2020 - C
-
Updated
May 24, 2018 - C
-
Updated
Sep 10, 2018 - C++
-
Updated
Nov 5, 2018 - C
Hi, execOTA() function I noticed a typo that causes error when downloading the binary file.
The part reading the headers is checking if the line starts with "Content-Type: " where it should be "Content-type: ". Making this change fixed my program.
if (line.startsWith("Content-type: "))
{
String contentType = getHeaderValue(line, "Content-type: ");
@surya-kanoria the link for "detailed guide on the workings of DUS" from the how it works section is missing. Can you please share the said document, that would really help understand DUS
-
Updated
Jun 7, 2020 - C
-
Updated
Jun 7, 2020 - C
-
Updated
Jun 13, 2020 - C++
Improve this page
Add a description, image, and links to the ota topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ota topic, visit your repo's landing page and select "manage topics."
To work around another issue I added a symblink in libraries to a local library.
But it seems to break stuff
Maybe this can be ignored or fixed.