Files
examples/arduino-example/src/configure.h
2025-11-26 17:50:49 +08:00

11 lines
233 B
C

//
// Created by strawmanbobi on 10/14/25.
//
#ifndef ARDUINO_EXAMPLE_CONFIGURE_H
#define ARDUINO_EXAMPLE_CONFIGURE_H
#define SECRET_SSID "Maomao的小房子"
#define SECRET_PASS "Maomao121207"
#endif //ARDUINO_EXAMPLE_CONFIGURE_H