Skip to content

Commit ee212fe

Browse files
committed
fix for issue #22 on ESP32 cores
1 parent 042c9c3 commit ee212fe

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)