martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.79k stars 905 forks source link

High amount of NTP requests - How to set date / time ? #533

Open ellzzett opened 6 months ago

ellzzett commented 6 months ago

How can I check and/or set the time of the esp wifi repeater? I see a lot of NTP requests via pihole.

Thx in advance!

martin-ger commented 6 months ago

Without the DAILY_LIMIT compile time option there should be no NTP traffic from the ESP itself.

ellzzett commented 6 months ago

So i need to use following command: set daily_limit limit_in_KB=0 ?