Home › Forums › Mayfly Data Logger › PlatormIO: ..Python 2.7 interpreter error › Reply To: PlatormIO: ..Python 2.7 interpreter error
2020-03-14 at 10:41 AM
#13926
I figured out how to get terminal which is the sketch output window. Took a while to realize that the .ini file overides the terminal settings and was at the wrong baud rate to test output from my set RTC sketch.
I copied a SODAQ…h file to “lib” when the compiler was looking for that.
Next step is pio lib uninstall xxx
but not sure what xxx is. Is it the “lib” folder in my current project?
If so, should I just delete it and rerun pio lib update ?
Thanks