xfdr0805
xfdr0805
//ntp1.aliyun.com ok //TrueTime.build().withNtpHost("120.25.115.20").initialize(); Local area network (LAN) to build the NTP Server is not? LAN structures, I've tested the server is normal but TrueTime.build().withNtpHost("192.168.0.73").initialize(); W/System.err: at com.instacart.library.truetime.SntpClient.requestTime(SntpClient.java:159) Who cna hlep...
由于是响应式的,所以在手机上查看时,右侧导航栏会隐藏掉,左侧折叠起来有一个菜单,有首页,关于,登录 如何在下边显示一个目录呢?
感谢LZ开源的这个上传控制,解决了我在CI框架里上传总是提示文件在禁止上传之列的问题,MIME也添加了,fileinfo 也开启了,php.ini也设置了还是照样提示文件在禁止上传之列,无奈放弃CI本身的上传类,在Github上找到了LZ的控制,移植到CI里使用很方便,但是看了下源码不支持单文件上传后重命名,我适当修改了一下,我稍为修改了一下以实现上传后文件重命名 public function save($storage = NULL, $allow = NULL, $host = NULL, $rename = NULL){ . . . if(count($filelist) === 1){ # 单文件上传 if($rename == NULL) { $ext =...
测试了SmartConfig无法在APP里配网,ESPTOUCH倒是可以配网
设备是已经连接到阿里云IOT了,在线状态,如何与IOT studio 生成的APP进行配网绑定呢?
3.8. MQTT_SetInPubCallback void MQTT_SetInPubCallback(MQTT_Client_t* client, MQTT_InPub_Callback_t inpubCallback, MQTT_InPub_Data_Callback_t dataInpubCallback, void* arg); 功能 设置MQTT接收到订阅的消息时的回调函数 参数 client:MQTT客户端对象 _**inpubCallback:接收到订阅消息时的回调函数 dataInpubCallback:接收到订阅消息时的消息体回调函数**_ arg:需要传递给成功回调函数的参数 能否将这两个回调函数合并为一个吗,两个感觉不太方便,因为有时接收到数据需要根据topic 来区分是哪个主题发送来的数据,如果分开的话,需要定义一个全局变量,然后在接收消息体里再判断主题,这样不如合并为一个回调函数,需要哪个参数就用哪个参数,不知这样是否可行,否则有其它的办法。 谢谢!
win10 x64 > Executing task: C:\Users\xfdr0\.platformio\penv\Scripts\platformio.exe run < Processing stm8sblue (platform: ststm8; board: stm8sblue; framework: arduino) ------------------------------------------------------------------------------------------------------------------------------------- Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/ststm8/stm8sblue.html PLATFORM: ST...
Processing stm8sblue (platform: ststm8; board: stm8sblue; framework: arduino) --------------------------------------------------------------------------------------------------------------------------------------- Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/ststm8/stm8sblue.html PLATFORM: ST STM8 > ST STM8S103F3 Breakout Board HARDWARE: STM8S103F3P6...
Platform:ESP8266 RAW.ino on TFT_eSPI can work fine but use this lib can not work if used IRQ PIN 10 ,ESP8266 reboot repeat not use IRQ no response ISR not in...