Auto-BST for LED Clock
I’ve finally got around to adding British Summer Time detection to my LED matrix clock, I’ve also reduced flash wear and connection time by using the new persistent() method from the WiFi library. I’m still saving the UTC time to the RTC module, just displaying +/- the hour. The LiFePO4 battery is still putting out over 3.1v after 2 months.
The final code is below:
#include <ESP8266WiFi.h>
#include <WiFiUdp.h>
#include "LedControl.