Skip to content

Instantly share code, notes, and snippets.

@vurdalakov
Created March 11, 2023 17:10
Show Gist options
  • Save vurdalakov/a2544b5017140af3a5500f7e7a977170 to your computer and use it in GitHub Desktop.
Save vurdalakov/a2544b5017140af3a5500f7e7a977170 to your computer and use it in GitHub Desktop.
Seeed Studio Wio Terminal

Problem

.pio\libdeps\seeed_wio_terminal\Seeed Arduino rpcWiFi\src\WebServer.cpp:31:10: fatal error: Seeed_mbedtls.h: No such file or directory

Solution

  • Install Seeed_Arduino_mbedtls library (or search for "seeed mbedtls" in Library Manager)
  • Add #include <Seeed_mbedtls.h> line above #include <rpcWiFi.h>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment