Mair / esp32-course

Course on the ESP32 IDF
https://learnesp32.com
287 stars 122 forks source link

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

Open vb7445 opened 1 year ago

vb7445 commented 1 year ago

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

Mair commented 1 year ago

can you do a pull request?

vb7445 commented 1 year ago

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.