Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhh/midlink-shade
https://github.com/jhh/midlink-shade
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhh/midlink-shade
- Owner: jhh
- Created: 2018-07-29T13:43:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T15:19:05.000Z (over 6 years ago)
- Last Synced: 2024-12-16T03:42:16.747Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Midlink Shade Control
## `config.h`
This needs to be created at the project root.
```cpp
#pragma once#define SSID "********"
#define WIFI_PASSWORD "********"
```