请严格按照demo的逻辑进行编写
没有代码,无法分析,不过肯定是逻辑有问题
req(string.format("AT+CIPSTART=%d,\"%s\",\"%s\",%s", self.id, self.protocol, address, port))
正常工作了一段时间,最终错误出现在这里,/lua/socket.lua:248: bad argument #2 to 'format' (number expected, got nil)
self.protocol为nil,实际上一直为TCP连接协议。不明白为什么会出现nil的情况
。是否和开启飞行模式有关?