diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a581e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +settings.h + +# Created by https://www.toptal.com/developers/gitignore/api/c++ +# Edit at https://www.toptal.com/developers/gitignore?templates=c++ + +### C++ ### +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# End of https://www.toptal.com/developers/gitignore/api/c++ diff --git a/autoplant/settings.h.example b/autoplant/settings.h.example new file mode 100644 index 0000000..dbee210 --- /dev/null +++ b/autoplant/settings.h.example @@ -0,0 +1,2 @@ +#define WIFI_SSID "CHANGE_ME" +#define WIFI_PASSWORD "CHANGE_ME"