1. 02 Oct, 2020 4 commits
    • sasodoma's avatar
      Add missing slashes in HTTPUpdate examples (#4238) · 219ff300
      sasodoma authored
      I spent quite a while today figuring out how to get an OTA update over HTTPS on a custom port working. A part of my problem was not putting a slash before the .bin filename, since it wasn't there in the example. This produced invalid HTTP requests. Adding the slash would make it clear that it needs to be there.
      
      Given that the URL in line 53 contains the same words "server" and "file.bin", one might assume that in line 55, the slash after the port number would get added automatically, however I have found out that without a slash you get an invalid request. Adding the slash removes any doubt.
      219ff300
    • Christoph Schultz's avatar
      ccab428e
    • i3water's avatar
      add board WiFiduino32 (#4218) · d2d24a14
      i3water authored
      d2d24a14
    • SPELEC's avatar
      Add support for S.ODI_Ultra_v1.0 (#4372) · af119215
      SPELEC authored
      Add a new Dev Board S.ODI Ultra v1 in esp32 library
      af119215
  2. 01 Oct, 2020 26 commits
  3. 30 Sep, 2020 10 commits