File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
#define KEY_OF_CENTER " AIRN" // IT'S PRODUCER CENTER CODE
4
4
5
- #define Pushbotton 32 // PIN FOR GO TO Config Panel and AP MODE
5
+ #define Pushbotton 23 // PIN FOR GO TO Config Panel and AP MODE
6
6
7
7
#define CALL_Global_Mqtt_CALLBACK true // if is true just call this airnginClient.setOnMessageCallback(myMqttCallback);
8
8
// else is false desn't call airnginClient.setOnMessageCallback(myMqttCallback); and call other callback
@@ -26,9 +26,6 @@ void setup() {
26
26
airnginClient.setOnDebuggerCallback (debuggerCallback);
27
27
airnginClient.setOnMessage_From_Topic_DeviceToDevice_Callback (message_From_Topic_DeviceToDevice_Callback);
28
28
airnginClient.setOnMessage_From_Topic_ServerToDevice_Callback (message_From_Topic_ServerToDevice_Callback);
29
-
30
- Serial.println (" *-*-*-*-*-before confige **********************************" );
31
- Serial.println (" *-*-*-*-*-before confige *********************************" );
32
29
33
30
pinMode (Pushbotton, INPUT_PULLUP);
34
31
}
Original file line number Diff line number Diff line change 1
- name =Airngin-esp32-mqtt-client
2
- version =0.1.1
3
- author =Mohammad <
[email protected] >
4
- maintainer =Mohammad <
[email protected] >
5
- sentence =A library for AirNgin IoT platform.
6
- category =Communication
7
- url =https://github.com/airngin/Airngin-esp32-mqtt-client
8
- architectures =esp32
1
+ name =AirNgin ESP32 MQTT Client
2
+ version =0.0.1
3
+ author =AirNgin Team
4
+
5
+ sentence =A library for ESP32 to connect to AirNgin IoT platform.
6
+ paragraph =This library helps developers connect their ESP32 devices to AirNgin IoT broker easily.
7
+ category =MQTT-broker
8
+ url =https://github.com/AirNgin/Airngin-esp32-mqtt-client
9
+ architectures =esp32
You can’t perform that action at this time.
0 commit comments