Search found 3 matches

by superuser789
Tue Jun 29, 2021 8:15 pm
Forum: ESP-IDF
Topic: 'assert' was not declared in this scope while building ESP8266Audio
Replies: 0
Views: 1206

'assert' was not declared in this scope while building ESP8266Audio

Hi. I am trying to build ESP8266Audio library as component for my project using ESP-IDF v3.3.5-1-g85c43024c. During building, it shows these errors : [6/736] Building CXX object esp-idf/ESP8266Audio/CMakeFiles/idf_component_ESP8266Audio.dir/src/AudioFileSourceID3.cpp.obj FAILED: esp-idf/ESP8266Audio...
by superuser789
Sun Jun 27, 2021 2:11 pm
Forum: ESP-IDF
Topic: Error: Core 0 panic'ed in TTGO Twatch building using ESP-IDF
Replies: 0
Views: 1462

Error: Core 0 panic'ed in TTGO Twatch building using ESP-IDF

I have TTGO TWatch 2020 V1. The libraries available on github are based on PlatformIO and can be easily built on PlatformIO. I tried to build https://github.com/linuxthor/Hackers-TTGO-Watch using ESP-IDF 4.2. After some modifications , it built succesfully. During loading on TTTGO watch, GUI appears...
by superuser789
Thu Jun 17, 2021 5:49 pm
Forum: ESP-IDF
Topic: Adding TTGO TWatch Library to ESP-IDF as component
Replies: 1
Views: 2169

Adding TTGO TWatch Library to ESP-IDF as component

Hi. I am trying to build for TTGO T-Watch 2020 V1 using ESP-IDF. I have successfully added arduino-esp32 using https://github.com/summivox/arduino-esp32/blob/mod-idf-v4.2/docs/esp-idf_component.md . I want to add TTGO TWatch Library https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library as a componen...