mirror of
https://codeberg.org/mclemens/hr50-remote-display.git
synced 2025-01-06 22:26:39 -05:00
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
#ifndef config_h
|
|
#define config_h
|
|
|
|
const char* ssid = "<WIFI-SSID>";
|
|
const char* password = "<WIFI-PASSWORD>";
|
|
String api_base_url = "http://<IP_OF_HR50_API>:5000";
|
|
|
|
#endif
|