Skip to content

Commit

Permalink
revert(customconfig)
Browse files Browse the repository at this point in the history
  • Loading branch information
tspopp committed Feb 23, 2024
1 parent 8bba6ec commit 9775069
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AquaMQTT/include/config/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* Possibility to include your own configuration file (added to .gitignore)
*/
#define CUSTOM_CONFIGURATION
//#define CUSTOM_CONFIGURATION

#ifdef CUSTOM_CONFIGURATION
# include "CustomConfiguration.h"
Expand Down
4 changes: 2 additions & 2 deletions AquaMQTT/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ framework = arduino
test_framework = googletest
build_flags = -std=c++11
# uncomment the below lines to use over the air update
upload_protocol = espota
upload_port = 192.168.188.62
# upload_protocol = espota
# upload_port = 192.168.188.62
lib_deps =
locoduino/RingBuffer
FrankBoesing/FastCRC
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ AquaMQTT is a project designed to monitor and control your DHW heat pump locally
- Easily integrate AquaMQTT with smart home systems like [Home Assistant](https://www.home-assistant.io/).

<p float="left">
<img src="../media/homeassistant.png?raw=true" width=40% height=40%>
<img src="../media/aquamqtt.jpg?raw=true" width=55% height=55%>
<img src="../media/homeassistant.png?raw=true" width=35% height=35%>
<img src="../media/aquamqtt.jpg?raw=true" width=60% height=60%>
</p>


Expand Down

0 comments on commit 9775069

Please sign in to comment.