mirror of
https://github.com/esphome/esphome.git
synced 2026-09-24 21:44:04 +00:00
Arduino String has isEmpty() not empty(). Use length() > 0 which works on both std::string and Arduino String.
Arduino String has isEmpty() not empty(). Use length() > 0 which works on both std::string and Arduino String.