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

11 lines
224 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
#define SECRET_SSID "Strawmanbobi"
#define SECRET_PASS "ghostcicy"
#endif //ARDUINO_EXAMPLE_CONFIGURE_H