tom-2015 / rpi-ws2812-server

Raspberry Pi WS2812 (web) server tool
172 stars 39 forks source link

Port now a global variable, properly changed by config file #45

Closed jQubz closed 4 years ago

jQubz commented 4 years ago

It fixes https://github.com/tom-2015/rpi-ws2812-server/issues/44

Only change is that I pulled port number from scope of main to global which makes load_config_file able to change it.