You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not using PlatformIO.
The following steps may work.
cd $HOME
git clone https://github.com/nopnop2002/esp-idf-ssd1306
cd esp-idf-ssd1306
cp -r components your_project_directiory
cd your_project_directiory
rm sdkconfig.*
pio run -t clean
pio run -t menuconfig
pio run
Please note that the components used by PlatformIO are not official components provided by EspressIF, but are developed independently by PlatformIO.
The behavior may not completely match that of ESP-IDF.
It is developed based on a very old ESP-IDF(ESP-IDF V5.1.2), so many bugs may remain.
Also, newly introduced features such as the new i2c driver introduced in ESP-IDF 5.2 are not yet available.
Hello, looking for this kind of library but for platform.io IDE, using esp-idf framework for my heltec esp32
I tried to install it manually, but I have some declaration problems. I guess the ide can't use the config file this way?
Thank you
The text was updated successfully, but these errors were encountered: