mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Iniital commit
This commit is contained in:
parent
bc087dfa15
commit
bf37f655df
8 changed files with 1127 additions and 4 deletions
|
@ -132,6 +132,11 @@ void init_webserver() {
|
|||
|
||||
// Start server
|
||||
server.begin();
|
||||
|
||||
#ifdef MQTT
|
||||
// Init MQTT
|
||||
init_mqtt();
|
||||
#endif
|
||||
}
|
||||
|
||||
void init_WiFi_AP() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue