esp32-course
esp32-course copied to clipboard
Code typo - esp32-course/_9_storage/_9_6_spiffs-2_loop_files/main /main.c
line 5 is a duplicate of line 1.
#include <stdio.h>
is called twice.
line 5 should be #include <stdlib.h>
can you do a pull request?
Never done one before. I just made an attempt but not sure how it ended up. Looks like I have a fork with the changed made and merged into somewhere.