Browse Source

Added missing library.json build flag (#269)

Project wouldn't compile with this error:
.pio/libdeps/esp32cam/esp32-camera/driver/cam_hal.c:18:10: fatal error: ll_cam.h: No such file or directory
Adding this line seems to fix it.
pull/279/head
fkubicek 4 years ago committed by GitHub
parent
commit
154c727bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      library.json

1
library.json

@ -16,6 +16,7 @@ @@ -16,6 +16,7 @@
"-Idriver/private_include",
"-Iconversions/private_include",
"-Isensors/private_include",
"-Itarget/private_include",
"-fno-rtti"
],
"includeDir": ".",

Loading…
Cancel
Save