Search found 2 matches

by LudoDr
Tue Jan 08, 2019 12:39 pm
Forum: General Discussion
Topic: ESP32 OTA Example pem file.
Replies: 7
Views: 14226

Re: ESP32 OTA Example pem file.

I had the same problem, solved it by adding the following line in component.mk
COMPONENT_EMBED_TXTFILES := ${PROJECT_PATH}/server_certs/ca_cert.pem
by LudoDr
Mon Feb 12, 2018 7:45 pm
Forum: Report Bugs
Topic: Build tools for 32-bit Linux
Replies: 15
Views: 23652

Re: Build tools for 32-bit Linux

I'm getting the same warnings here WARNING: Toolchain version is not supported: 1.22.0-61-gab8375a Expected to see version: 1.22.0-80-g6c4433a Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk. I'm using Linux 64bit update all with git pull git submodule u...