Beispiel #1
0
void setup_PLC_Web()
{
	TinyWebPutHandler::put_handler_fn = file_uploader_handler;
	web.begin();
}