This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/modules/control/Firmware/include/Credentials/CredentialManager.h

7 lines
No EOL
129 B
C

#ifndef DEBUG
#include <Credentials/Credentials.h>
#endif
#ifdef DEBUG
#define WIFI_SSID "ssid"
#define WIFI_PW "password"
#endif