11 lines
224 B
C
11 lines
224 B
C
|
|
//
|
||
|
|
// 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
|