Closed oe4dns closed 2 years ago
The root cause appears to be with the MiniGrafx project defining min
& max
macros:
https://github.com/ThingPulse/minigrafx/blob/master/src/MiniGrafx.h#L78-L81
https://twitter.com/arduinolibs/status/1477455663513145356 should fix this.
I can confirm, the problem is fixed. Thank you!
8<------------------------ BUG REPORT -----------------------------------------
Expected behavior
Downloading the latest espaper-weahtersation from Github, open the Arduiono project and Verify/Compile it
Actual behavior
The compilation step stops with several errors relating to "error: macro "max" requires 2 arguments, but only 1 given" Full error message is included
Test code
Code as downloaded from github
ESPaper Weather Station version
espaper-weatherstation master branch
Hardware
2.9″ ESPaper Plus Kit, but this is not relevant as it does not get to the upload to hadware step
8<------------------------ END BUG REPORT -------------------------------------