cjj25/Yi-RTS3903N-RTSPServer

7.0.00.X Payload issue

cjj25 opened this issue · 2 comments

cjj25 commented

Use a different payload to start the service as the firmware differs

7.0.00.X version

if [ -f "/tmp/sd/Factory/factory_test.sh" ]; then
	echo -e ${YELLOW}detect /tmp/sd/Factory/factory_test.sh${NONE}
	exit
fi

7.1.00.X version

if [ -f "/tmp/sd/Factory/factory_test.sh" ]; then
	echo -e ${YELLOW}detect /tmp/sd/Factory/factory_test.sh${NONE}
	/tmp/sd/Factory/config.sh
	exit
fi

cjj25 commented

Can someone please test this version and let me know if it works? Make sure you populate the Factory/wpa_supplicant.conf file.

Yi-RTS3903N-RTSPServerV02.tar.gz

cjj25 commented

New version v02 includes payload.