added arduino example

This commit is contained in:
strawmanbobi
2025-10-30 20:58:20 +08:00
parent f17592e00e
commit 70c7d46305
11 changed files with 501 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
//
// 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