Add generic network server info

This commit is contained in:
Neale Pickett 2023-01-06 10:35:31 -07:00
parent 661d754488
commit f9b51216ba
1 changed files with 10 additions and 0 deletions

10
network-server.h Normal file
View File

@ -0,0 +1,10 @@
#pragma once
/*
* Define these to fetch from a wallart-server
*
* https://git.woozle.org/neale/wallart-server
*/
//#define ART_HOSTNAME "wallart.your.site"
#define ART_PORT 443
#define ART_PATH "/wallart/wallart.bin"