Xerxes3rd / Wifiibo

Application and supporting library to manage amiibos using an ESP8266
67 stars 12 forks source link

ArduinoJSON requirement #10

Closed Cabalist closed 6 years ago

Cabalist commented 6 years ago

It looks like I need ArduinoJSON installed as well to get this to compile.

Xerxes3rd commented 6 years ago

Yep, you're absolutely correct. I forgot that AsyncJson depends on ArduinoJson. I'll add it to the required libraries in the README.