-
版本:V2.3.0
make.config配置:
`
FEATURE_SRCPATH="."
FEATURE_MQTT_COMM_ENABLED=y
FEATURE_MQTT_DIRECT=y
FEATURE_DEVICE_MODEL_ENABLED=y
FEATURE_DEVICE_MODEL_GATEWAY=y
FEATURE_ALCS_ENABLED=…
-
我采用的是使用LoRa网络与Iot套件结合使用,那设备SDK需要移植到网关开发板上?我使用的MSP430开发板,它支持MQTT协议吗?可以使用设备SDK?
-
iotkit-embedded/src/services/linkkit/dm/dm_fota.c 这个文件中的66行有一个bug。
```
int res = 0, file_download = 0;
uint32_t file_size = 0, file_downloaded = 0;
uint32_t percent_pre = 0, percent_no…
-
## Linux开发环境搭建(Ubuntu 18.04)
64位Linux运行32位arm-linux-gcc需安装libc6-i386
`sudo apt install libc6-i386`
编译缺少libz.so.1
手动安装
`sudo apt-get install lib32z1`
-
PLEASE NOTE I AM RUNNING OCTOPRINT on Windows 10 Pro 64bit
Intel Nuc
The other plugins install successfully.
When installing
https://github.com/crealitycloud/OctoPrint-Crealitycloud/archive/m…
-
aliyun示例代码怎么关联APP解绑操作?我看了好久的代码,也没有找到在什么位置加
-
## 1. 开发环境
- 模组或开发板: esp8266mod
- esp-ali-smartliving 版本:15cc594
- ESP8266_RTOS_SDK 版本:1be2289
## 2. 问题描述
移植 生活物联网平台SDK(V1.6.6) mqtt连接失败,云智能公版APP添加不了设备.
[0;32mI (55977) app main: IO…
-
## 1. 开发环境
- 模组或开发板:esp32 devkitv1
esp-aliyun 版本(git rev-parse --short HEAD commit id):v2.0
esp-idf 版本(git rev-parse --short HEAD commit id): v3.2
## 2. 问题描述
烧录后能正常配网; 配网后,报错:
[1…
-
### A detailed description of the steps to reproduce the issue
* Lots of Xcode warnings
*
*
### What you expected to see?
No warnings
### What you saw instead?
Warnings
Screenshots that …
-
Hello People, Any chance of someone from Ableton getting a Best Practices, working, Swift 2.x example that wraps the Objective-C code?
Github.com/audiokit/AudioKit has created some nice Swift example…