I’ve been successfully running your esp32 tutorial problems, but yesterday I got the following compiling error:
bash: line 0: [: missing `]’
exit status 2
Error compiling for board Adafruit ESP32 Feather.
I’ve tried many things to correct this problem but have had no success. Would you please tell me how to correct this issue? Thank you.
Please disregard this question as I figured out what my problem was. As I was completing my ESP32 tutorials, I saved the ino’s in a separate folder within the Arduino folder. Every time I retrieved an .ino from this folder and tried to compile the .ino, I would the get the compile error I mentioned earlier. Learned something new!