ManoDaSilva / ESP32-Pocsag-Pager

Proof-of-concept Pager using a TTGO dev board. Will be merged with the "Waffle" project someday.
GNU General Public License v3.0
13 stars 6 forks source link

Compilation error: 'tone' was not declared in this scope #3

Closed dc7os closed 1 year ago

dc7os commented 1 year ago

Which library i have to include for this?

ManoDaSilva commented 1 year ago

Hi! I've had something similar in the past; you'll need to update your ESP32 core to the latest version for it to compile correctly :)

ManoDaSilva commented 1 year ago

Merged @Bastiti's branch which should solve this issue.