Skip to content

Commit 8aacc91

Browse files
Merge pull request #23 from hpsaturn/fix_issue_22
fix for issue #22 on ESP32 cores
2 parents 042c9c3 + ee212fe commit 8aacc91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commander-API-Commands.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ SOFTWARE.
3434
/// Arduino detection
3535
#ifdef ARDUINO
3636
#include "Arduino.h"
37+
#ifndef ESP32
3738
#include "Wire.h"
3839
#endif
40+
#endif
3941

4042
#include <math.h>
4143

0 commit comments

Comments
 (0)