Hi I am having a bit of problem while verifying the code.. The Arduino ide is not able verify the code The error is :
OnStep:65:10: fatal error: src/sd_drivers/Models.h: No such file or directory 65 | #include "src/sd_drivers/Models.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 src/sd_drivers/Models.h: No such file or directory But the all the path is written in the program are doing well.. But still ham getting this error.. How to tackle this issue