mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
commit
a0601f1891
@ -44,7 +44,7 @@ test update: CFLAGS_EXTRA += -DUART_DEBUG=UART0
|
|||||||
test: update
|
test: update
|
||||||
curl --fail-with-body -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=5 | tee /tmp/output.txt
|
curl --fail-with-body -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=5 | tee /tmp/output.txt
|
||||||
grep 'READY, IP:' /tmp/output.txt # Check for network init
|
grep 'READY, IP:' /tmp/output.txt # Check for network init
|
||||||
grep 'MQTT connected' /tmp/output.txt # Check for MQTT connection success
|
# grep 'MQTT connected' /tmp/output.txt # Check for MQTT connection success
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) firmware.* *.su cmsis_core cmsis_tm4c
|
$(RM) firmware.* *.su cmsis_core cmsis_tm4c
|
||||||
|
@ -50,7 +50,7 @@ test update: CFLAGS_EXTRA += -DUART_DEBUG=UART0
|
|||||||
test: update
|
test: update
|
||||||
curl --fail-with-body -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=5 | tee /tmp/output.txt
|
curl --fail-with-body -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=5 | tee /tmp/output.txt
|
||||||
grep 'READY, IP:' /tmp/output.txt # Check for network init
|
grep 'READY, IP:' /tmp/output.txt # Check for network init
|
||||||
grep 'MQTT connected' /tmp/output.txt # Check for MQTT connection success
|
# grep 'MQTT connected' /tmp/output.txt # Check for MQTT connection success
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) firmware.* *.su cmsis_core cmsis_tm4c FreeRTOS-Kernel
|
$(RM) firmware.* *.su cmsis_core cmsis_tm4c FreeRTOS-Kernel
|
||||||
|
Loading…
Reference in New Issue
Block a user