Skip to content

Commit

Permalink
Added define for D5 for building compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenSt committed Feb 14, 2021
1 parent 8dda456 commit 326e092
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opentherm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#include "opentherm.h"
WiFiServer otserver(25238);

#ifndef D5
#define D5 14
#endif

uint32_t wdresettimeout = 0;
uint8_t resetstate = 1;

Expand Down

0 comments on commit 326e092

Please sign in to comment.