Skip to content

Commit

Permalink
Include Arduino.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 12, 2024
1 parent 66fae89 commit b2fdf81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/tcs_intercom/tcs_intercom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#include "esp_efuse.h"
#include "esp_efuse_table.h"

#ifdef USE_ARDUINO
#include "Arduino.h"
#endif

#include <stdint.h>

namespace esphome
Expand Down

0 comments on commit b2fdf81

Please sign in to comment.