Search found 2 matches
- Mon Feb 03, 2020 4:28 pm
- Forum: General Discussion and Questions
- Topic: OSerror and socket issues
- Replies: 0
- Views: 2106
OSerror and socket issues
Hello I have some problems with below program: The program is to measure the temperature in a fridge, continuously collecting 24 hours of data (one measurement an hour) and show the results using Google Charts on a small webserver running on the ESP8266: In the background a timer is used to blink a ...
- Tue Jan 28, 2020 11:18 am
- Forum: General Discussion and Questions
- Topic: Date/Time management
- Replies: 21
- Views: 53207
Re: Date/Time management
Hi I have a strange issue: print(year,month,day,weekday,hour,minutes,seconds) rtc.datetime((year, month, day, weekday,hour, minutes, seconds,0)) # set date and time year, month, day, weekday, hour, minutes, second, ms = rtc.datetime() print(rtc.datetime()) results in 2020 1 28 2 11 59 18 (2020, 1, 2...