braille_xr/_wifi_config.h
2024-01-27 22:05:00 -05:00

4 lines
No EOL
158 B
C++

// PLEASE RENAME THIS FILE TO wifi_config.h
// once you've filled in your wifi credentials
const char* ssid = "your_ssid";
const char* pass = "your_password";