Activity for emptyesp32

  • Danny Backx Danny Backx committed [r44]

    Improve reusability

  • Danny Backx Danny Backx committed [r43]

    Conversion to ArduinoJson 6

  • Danny Backx Danny Backx committed [r42]

    Add note about the patch

  • Danny Backx Danny Backx committed [r41]

    Switch from my hack to proposed patch on esp-idf to pass peer certificate.

  • Danny Backx Danny Backx committed [r40]

    Remove dead code

  • Danny Backx Danny Backx committed [r39]

    Misc changes when integrating with espalarm

  • Danny Backx Danny Backx committed [r38]

    Add function to list files on littlefs.

  • Danny Backx Danny Backx committed [r37]

    Get starting the ACME process right

  • Danny Backx Danny Backx committed [r36]

    Add the build support for the build timestamp include file

  • Danny Backx Danny Backx committed [r35]

    Small cleanup

  • Danny Backx Danny Backx committed [r34]

    Remove esp-idf-v3.x version of the code.

  • Danny Backx Danny Backx committed [r33]

    Actually document the workaround, see also https://github.com/espressif/esp-idf/issues/7479

  • Danny Backx Danny Backx committed [r32]

    Simplistic authentication works, but with workaround for ESP-IDF bug

  • Danny Backx Danny Backx committed [r31]

    work in progress on mutual authentication

  • Danny Backx Danny Backx committed [r30]

    Use correct values, esp-idf-4.3 appears to be more strict than predecessors

  • Danny Backx Danny Backx committed [r29]

    Oops

  • Danny Backx Danny Backx committed [r28]

    Trying to get mutual authentication to work

  • Danny Backx Danny Backx committed [r27]

    Return the right value in ReadFile(), use it in the caller. Not sure about the +1.

  • Danny Backx Danny Backx committed [r26]

    Cope with the fact that WebServer can't create a https server without a certificate, so

  • Danny Backx Danny Backx committed [r25]

    Remove debug lines

  • Danny Backx Danny Backx committed [r24]

    Add a handler for Certificate Update, and call it to restart the (secure) web server.

  • Danny Backx Danny Backx committed [r23]

    More cleanup (e.g. no more wildcard handler).

  • Danny Backx Danny Backx committed [r22]

    Bugfix in MAC handling.

  • Danny Backx Danny Backx committed [r21]

    Work in progress

  • Danny Backx Danny Backx committed [r20]

    Remove Arduino dependency, small changes for ESP-IDF 4.x

  • Danny Backx Danny Backx committed [r19]

    Work with the ESP-IDF 4.x APIs too, some functions now exist in two versions

  • Danny Backx Danny Backx committed [r18]

    Trivial fix

  • Danny Backx Danny Backx committed [r17]

    Remove Arduino dependency, avoid compiler warnings about sprintf into limited size array

  • Danny Backx Danny Backx committed [r16]

    Remove Arduino dependency (include file, String type)

  • Danny Backx Danny Backx committed [r15]

    Event handlers : use static member functions instead of globals

  • Danny Backx Danny Backx committed [r14]

    Cleanup of global variables (move into the App class).

  • Danny Backx Danny Backx committed [r13]

    Should not be an Error log line

  • Danny Backx Danny Backx committed [r12]

    Small cleanup

  • Danny Backx Danny Backx committed [r11]

    Change DynDNS timeout code.

  • Danny Backx Danny Backx committed [r10]

    Bugfix to esp_http_client_fetch_headers, orig version fails on headers exceeding 512 bytes

  • Danny Backx Danny Backx committed [r9]

    Add orginal esp_http_client component, bugfix will be in next commit

  • Danny Backx Danny Backx committed [r8]

    Add JsonServer, https checks to be added

  • Danny Backx Danny Backx committed [r7]

    Add support for acme_alt_url

  • Danny Backx Danny Backx committed [r6]

    Add check of return value of register function

  • Danny Backx Danny Backx committed [r5]

    Small update

  • Danny Backx Danny Backx committed [r4]

    Add description and sample configuration files

  • Danny Backx Danny Backx committed [r3]

    Small diffs

  • Danny Backx Danny Backx committed [r2]

    Initial commit

  • Danny Backx Danny Backx committed [r1]

    Initial import

1