You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
Thanks for this great work! The concept and workflow in this library are very helpful and productive. I would like to use it in an ESP32 project, which is a non-complaint Arduino with missing analogWrite, Tone, etc. Therefore, the bundled machines will prevent this library from being compiled. I suggest to introduce individual compilation switches such as ATM_DISABLE_PLAYER to wrap each bundled component. This should make this framework more generally available for more devices.
Regards
The text was updated successfully, but these errors were encountered:
Hi.
Thanks for this great work! The concept and workflow in this library are very helpful and productive. I would like to use it in an ESP32 project, which is a non-complaint Arduino with missing
analogWrite
,Tone
, etc. Therefore, the bundled machines will prevent this library from being compiled. I suggest to introduce individual compilation switches such asATM_DISABLE_PLAYER
to wrap each bundled component. This should make this framework more generally available for more devices.Regards
The text was updated successfully, but these errors were encountered: