Search found 3 matches

by atesin
Sat Nov 16, 2024 6:02 pm
Forum: ESP8266
Topic: is esp8266-arduino project still maintained?
Replies: 0
Views: 311

is esp8266-arduino project still maintained?

hi... latest release 3.1.2 dates from 1.5 years latest commit dates from 4 months it is based in NONOS sdk firmware, that is deprecated some years ago in favor of RTOS one forums are closed, that is for what i am writing here xD documentation seem incomplete in some cases (line SNTP that is not even...
by atesin
Sat Nov 16, 2024 5:52 pm
Forum: ESP8266
Topic: Connect an ESP8266 to a SSID containing spaces?
Replies: 2
Views: 353

Re: Connect an ESP8266 to a SSID containing spaces?

hi... which is the problem in just to call WiFi.begin("my spaced ssid", "my spaced password") i had a similar issue with a command-like shell in which user need to connect wifi by a command like "WIFI SSID PASSWD" ... i instructed (i.e. FORCED xD) users to use urlencoded credentials to avoid writing...
by atesin
Sat Nov 16, 2024 5:37 pm
Forum: ESP8266
Topic: [SNTP] does configTime() writes config to flash?
Replies: 1
Views: 470

[SNTP] does configTime() writes config to flash?

hi... newcomer here i am trying to develop an app that needs to keep time updated, i am trying to decypher NTP-TZ-DST example (whic is very complete/complicated, ntp feature is not even mentioned in online documentation!), after reading i noted the only important line is 254: // ----> Here is the ON...