Merge pull request #391 from david-cermak/fix/modem_usb_dte

[esp-modem]: Added USB runner with ESP32S2 with A7670
This commit is contained in:
david-cermak
2023-10-24 16:32:52 +02:00
committed by GitHub
3 changed files with 25 additions and 3 deletions

View File

@ -0,0 +1,14 @@
CONFIG_IDF_TARGET="esp32s2"
# Override some defaults to enable PPP
CONFIG_LWIP_PPP_SUPPORT=y
CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
CONFIG_LWIP_PPP_PAP_SUPPORT=y
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=4096
CONFIG_LWIP_PPP_ENABLE_IPV6=n
CONFIG_EXAMPLE_SERIAL_CONFIG_USB=y
CONFIG_EXAMPLE_MODEM_DEVICE_A7670=y
CONFIG_EXAMPLE_MODEM_PPP_APN="lpwa.vodafone.com"
CONFIG_EXAMPLE_MODEM_PPP_AUTH_NONE=y
CONFIG_EXAMPLE_MQTT_TEST_TOPIC="/ci/esp-modem/pppos-client"
CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y
CONFIG_ESP32_PANIC_PRINT_HALT=y

View File

@ -78,9 +78,9 @@ void DTE::set_command_callbacks()
if (command_cb.process_line(data, 0, len)) {
return true;
}
// cannot inflate and the processing hasn't finishes in the first iteration -> report a failure
command_cb.give_up();
return true;
// cannot inflate and the processing hasn't finishes in the first iteration, but continue
// (will post next fragments to the parser, since we might be just missing a last token or OK
return false;
#endif
}
// data == nullptr: Terminals which request users to read current data