Jeffrey Berezin

Results 5 comments of Jeffrey Berezin

I created option/select controls where the user could pick their timezone and pick their DST Type (USA,EU, or None). I saved those options using arduinojson. Then I add the timezone...

I worked around this problem by creating a new variable and testing it in the callback and simply returning if I don't really need the current time of day. I...

> I was able to stop it by removing callback: > > ``` > void timeCallback(Control *sender, int type) { > if(type == TM_VALUE) { > Serial.println(sender->value); > sender->callback =...

Well I think the problem is likely not in ESPUI but instead in the underlying ESP Async Webserver so I am going to try to port ESPUI to [PsychicHttp] (https://github.com/hoeken/PsychicHttp)...

> > By the way, what flight controller firmware are you using? I think this app only verified with Arducopter firmware with mavlink protocol. > > I was using Arduplane,...