We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
```c //WIFI名称 const char* ssid = "........"; //WIFI密码 const char* password = "........"; //MQTT服务器地址 const char* mqtt_server = "iotforfml.cn";
//依次填入客户端ID、设备ID、token if (client.connect("123","123","123123")) { Serial.println("connected"); //上图中的客户端ID (用于接收服务器发送过来的消息) client.subscribe("client_148675"); } //数据流ID、数据 client.publish("969081167", "your msg"); ``` 没有高亮,不知道是不是代码问题,其他语言支持
The text was updated successfully, but these errors were encountered:
https://github.com/TooBug/wemark/blob/master/wemark/prism.js
因为小程序体积的原因,源码中没有包含C的高亮。目前可以手工从prism中把这部分拷过来。
Sorry, something went wrong.
https://github.com/TooBug/wemark/blob/master/wemark/prism.js 因为小程序体积的原因,源码中没有包含C的高亮。目前可以手工从prism中把这部分拷过来。
感谢,已解决
No branches or pull requests
```c
//WIFI名称
const char* ssid = "........";
//WIFI密码
const char* password = "........";
//MQTT服务器地址
const char* mqtt_server = "iotforfml.cn";
//依次填入客户端ID、设备ID、token
if (client.connect("123","123","123123")) {
Serial.println("connected");
//上图中的客户端ID (用于接收服务器发送过来的消息)
client.subscribe("client_148675");
}
//数据流ID、数据
client.publish("969081167", "your msg");
```
没有高亮,不知道是不是代码问题,其他语言支持
The text was updated successfully, but these errors were encountered: