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
The definition of min() and max() on Arduino.h causes conflicts and force other libraries to use undefine these macros if they want to use the standard ones.
I wonder if this is ok or maybe it should be modified
The text was updated successfully, but these errors were encountered:
Hi,
The definition of min() and max() on Arduino.h causes conflicts and force other libraries to use undefine these macros if they want to use the standard ones.
I wonder if this is ok or maybe it should be modified
The text was updated successfully, but these errors were encountered: