Centralized the creation of a hostname to a global variable hostname, set in pitrix.cpp. Added an mDNS record for the webserver.

This commit is contained in:
2019-06-14 05:35:17 +02:00
parent 4fdd1d3739
commit 5ce3b0c1b3
5 changed files with 20 additions and 25 deletions

View File

@ -40,3 +40,4 @@ typedef struct {
} Coords;
extern uint8_t baseHue;
extern char hostname[30];