Think about platformIO file structure for EmotiBit examples
Opened this issue · 0 comments
nitin710 commented
Description
- Currently EmotiBit examples live in
EmotiBit_FeatherWing\examples\EmotiBit_examples
- If they reference any
X_board.ini
files located inEmotiBit FeatherWing root
, then any additional scripts linked out ofX_board.ini
are not able to be run because the relative path to those scripts from examples folder is different from relative path fromstock_firmware
folder.- For example, an EmotiBit example is not able to run the
renameFw.py
script that live in theEmotiBit_FeatherWing
root.
- For example, an EmotiBit example is not able to run the