A small prototype that queries an NTP server, and displays the time as a SSID

It's an esp8266 that connects to wifi, queries a NTP server and goes into AP mode with a SSID saying what time it is. There is no loop, everything is done in the setup() function. After a 60 second power nap, the module resets and starts over
- I find it less than ideal that the module sleeps and then resets. NTP returns the time, so there is information on when the minut turns next time, and that could have been utilized somehow
- For now the offset between UTC and danish time, is hardcoded to 7200...and one would have to recompile when summertime is over with. It could have been nice with something that queries if it's summertime or not. Maybe even some sassy geolocation, that tells you your current offset from UTC...if possible
Clone this repo, open main.cpp in VSCode (or whatever), configure your Wifi-credentials and upload to your esp8266