Yurik72 / ESPHap

ESP32/ESP8266 Arduino library for native Apple Homekit Accessory Protocol (HAP)
MIT License
265 stars 60 forks source link

Standard Arduino ESP library already contains base64.h file: #50

Closed nut-code-monkey closed 3 years ago

nut-code-monkey commented 3 years ago

espressif/arduino-esp32/cores/esp32/base64.h and for some cases ambiguity may appear and it produce build error. For example M5Stack firmware library include HTTPClient.h which include base64.h file.