esp32-course icon indicating copy to clipboard operation
esp32-course copied to clipboard

Code typo - esp32-course/_9_storage/_9_6_spiffs-2_loop_files/main /main.c

Open vb7445 opened this issue 1 year ago • 2 comments

line 5 is a duplicate of line 1. #include <stdio.h> is called twice. line 5 should be #include <stdlib.h>

vb7445 avatar Aug 17 '23 18:08 vb7445

can you do a pull request?

Mair avatar Aug 20 '23 05:08 Mair

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.

vb7445 avatar Aug 20 '23 17:08 vb7445