fix(esp-modem): Example to use variable mqtt topic/data

This example is used in the CI with public broker and
users playing with the example can influence stability
of tests if we share the same topic id
This commit is contained in:
David Cermak
2023-01-31 11:02:07 +01:00
parent f71192b876
commit 8958d5e37c
4 changed files with 26 additions and 8 deletions

View File

@ -9,5 +9,6 @@ CONFIG_EXAMPLE_MODEM_UART_RX_PIN=5
CONFIG_EXAMPLE_MODEM_DEVICE_SIM800=y
CONFIG_EXAMPLE_MODEM_DEVICE_BG96=n
CONFIG_EXAMPLE_MODEM_PPP_APN="lpwa.vodafone.com"
CONFIG_EXAMPLE_MQTT_TEST_TOPIC="/ci/esp-modem/pppos-client"
CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y
CONFIG_ESP32_PANIC_PRINT_HALT=y