controller_2025-2026/program/src/wifi/headers/wifi_operator.h

11 lines
298 B
C

#ifndef WIFI_OPERATOR_H
#define WIFI_OPERATOR_H
//#define WIFI_OPERATOR_SSID "RiombotiqueAP"
//#define WIFI_OPERATOR_PASSWORD "x4ptSLpPuJFcpzbLEhDoZ5J7dz"
#define WIFI_OPERATOR_SSID "thinkpad"
#define WIFI_OPERATOR_PASSWORD "CDuKaka2000!"
void init_wifi_operator(void);
#endif // WIFI_OPERATOR_H