mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-14 05:58:13 +08:00
up
This commit is contained in:
@@ -67,7 +67,7 @@ void SetSocketStatus(char* socket_status)
|
||||
*/
|
||||
void UserRelaySet(unsigned char i, unsigned char on)
|
||||
{
|
||||
if (i >= SOCKET_NUM) return;
|
||||
if (i < 0 || i >= SOCKET_NUM) return;
|
||||
|
||||
if (on == Relay_ON)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user