Closed Pelado-Mat closed 6 years ago
It looks like you're using the 1.0.0 release of the library, which only is compatible with ESP32, but you're compiling for Arduino Nano. Support for the Nano has been added since the 1.0.0 release (https://github.com/evert-arias/EasyBuzzer/commit/45010f943b686f3059c897ada19a483761a08cb2) so you would need to update to the beta version of the library or else wait for the next release to use it with your Nano.
@per1234 I used the one thats available in Arduino:1.8.5. I wil try installing manually the lib.
Thanks!