Files
examples/arduino-example/src/configure.h

11 lines
233 B
C
Raw Normal View History

2025-10-30 20:58:20 +08:00
//
// Created by strawmanbobi on 10/14/25.
//
#ifndef ARDUINO_EXAMPLE_CONFIGURE_H
#define ARDUINO_EXAMPLE_CONFIGURE_H
2025-11-26 17:50:49 +08:00
#define SECRET_SSID "Maomao的小房子"
#define SECRET_PASS "Maomao121207"
2025-10-30 20:58:20 +08:00
#endif //ARDUINO_EXAMPLE_CONFIGURE_H