We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822b817 commit c0cb0daCopy full SHA for c0cb0da
.github/workflows/mqtt-sn-check.yml
@@ -32,7 +32,7 @@ jobs:
32
path: gateway
33
- name: Build gateway
34
working-directory: ./gateway/MQTTSNGateway
35
- run: ./build.sh udp
+ run: ./build.sh udp -DDEBUG -DDEBUG_NW
36
- name: Write config to change broker
37
working-directory: ./gateway/MQTTSNGateway/bin
38
run: |
0 commit comments