Skip to content

Commit

Permalink
Fix ESP§" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paclema committed May 5, 2023
1 parent d81b3c6 commit 92684f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
WebConfigServer: Changelog
==========================

HEAD
----

* Fix ESP§" typo

v2.0.0 (2023-05-05)
------

Expand Down
2 changes: 1 addition & 1 deletion src/WebConfigServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ bool WebConfigServer::begin(void){
// Restart the newtwork:
network.restart();

#ifndef DISABLE_WEBCONFIG_MQTT && defined(ESP§")
#ifndef DISABLE_WEBCONFIG_MQTT && defined(ESP32)
mqtt.setup();
#endif

Expand Down

0 comments on commit 92684f5

Please sign in to comment.