libretiny
libretiny copied to clipboard
[esphome] millis() is ambiguous and breaks compilation when used in lambdas.
Usage of millis() in lambdas doesn't compile due to a name collision between esphome and arduino.h.
Workaround
use esphome::millis() instead