Pleas check https://github.com/enriquewph/esp-map
Firmware para ESP32 en UPS Central
Place it here lib/secrets/secrets.h It should have the next format
#ifndef SECRETS_H
#define SECRETS_H
#define WIFI_SSID "MyWiFiSSID"
#define WIFI_PW "some_secret_password"
#endif