Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
/ grower Public archive

An automated grower to your plants using esp32-cam

Notifications You must be signed in to change notification settings

victorpigmeo/grower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

Although this works well for temperature and peripheral control, the ESP32-CAM chip is a bit weak and somehow volatile (even more for those who don't understand C++ well) So I'll be migrating this to a RPi + Webcam 😃

Need to create an auth_info.cpp file like this inside src folder

#include "auth_info.h"

namespace AuthInfo {
const char *wifi_ssid = "wifi_ssid";
const char *wifi_password = "wifi_password";
const char *management_password = "management_screen_password";

} // namespace AuthInfo

About

An automated grower to your plants using esp32-cam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published