is_in_progress added

This commit is contained in:
Anton Sergunov 2024-05-09 17:01:43 +00:00
parent ced4eea497
commit 51216e2ca9

View file

@ -27,6 +27,8 @@ class SNTPComponent : public time::RealTimeClock {
void update() override;
void loop() override;
bool is_in_progress() const { return !has_time_; }
protected:
std::string server_1_;
std::string server_2_;