Search found 3 matches

by l_canete
Sat May 22, 2021 5:16 pm
Forum: ESP-IDF
Topic: ESP32 I2C LCD Library
Replies: 5
Views: 9184

Re: ESP32 I2C LCD Library

Hello Max, First of all i want to thank you for your library. I have used it and it's really good.I have experimented a bit and modified the library and adapted it to the objected oriented way in C++. Here is the repository if you want to check it out: https://github.com/LucasCanete/HD44780-ESP-IDF-...
by l_canete
Sun May 16, 2021 8:11 am
Forum: General Discussion
Topic: Problem with openssl with installation of esp-idf plugin in vscode
Replies: 1
Views: 2733

Re: Problem with openssl with installation of esp-idf plugin in vscode

After days facing this problem i managed to solve it by uninstalling all software from espressif from my computer. Next, i downloaded the latest python (3.9 with pip version 21.1.1). After installing python i managed to install the IDF plugin successfully in vscode without any of the earlier problem...
by l_canete
Wed May 12, 2021 4:01 pm
Forum: General Discussion
Topic: Problem with openssl with installation of esp-idf plugin in vscode
Replies: 1
Views: 2733

Problem with openssl with installation of esp-idf plugin in vscode

Hello everyone, I have managed to install the esp-idf plugin for vscode in my windows machine. The problem begins when i try to compile the blink.c example. I get the following errors in vscode terminal: -- Project is not inside a git repository, or git repository has no commits; will not use 'git d...