Skip to content

i400s/show-component-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal project showing component relative path issue issue.

It is assumed that you have set up and initialised the esp-idf environment. Replace esp32c6 and /dev/ttyACM4 with your device appropriate values

To test this program works:

git clone [email protected]:i400s/show-component-bug.git
cd ./show-component-bug/example/
idf.py set-target esp32c6
idf.py -p /dev/ttyACM4 flash
idf.py -p /dev/ttyACM4 monitor

To test this program fails:

git clone [email protected]:i400s/show-component-bug.git ./show-component-bug-fail
cd ./show-component-bug-fail/example/
idf.py set-target esp32c6
idf.py -p /dev/ttyACM4 flash
idf.py -p /dev/ttyACM4 monitor

About

Minimal project to show relative path issue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published