openeew / openeew-firmware

Firmware for an OpenEEW sensor.
Apache License 2.0
9 stars 8 forks source link

AWS_IoT Build error: secrets.h: No such file or directory #35

Closed DhruvaG2000 closed 3 years ago

DhruvaG2000 commented 3 years ago

Error Logs:

src/main.cpp:16:60: fatal error: secrets.h: No such file or directory

*****************************************************************
* Looking for secrets.h dependency? Check our library registry!
*
* CLI  > platformio lib search "header:secrets.h"
* Web  > https://platformio.org/lib/search?query=header:secrets.h
*
*****************************************************************

compilation terminated.
*** [.pio\build\esp32dev\src\main.cpp.o] Error 1
============================================================ [FAILED] Took 5.57 seconds ============================================================

Trying to build on Platform IO VS Code extension on Windows 10

DhruvaG2000 commented 3 years ago

probably need to rename secrets.h.copy to secrets.h

DhruvaG2000 commented 3 years ago

My bad, should have read the README, it describes the steps effectively.