feat(modem): Added test that performs OTA to exercise modem layers

This commit is contained in:
David Cermak
2023-09-21 09:03:20 +02:00
parent 82c2cf8936
commit f2223dd719
13 changed files with 1034 additions and 1 deletions

View File

@ -31,7 +31,7 @@
*/
struct esp_modem_vfs_uart_creator {
const char *dev_name; /*!< VFS device name, e.g. /dev/uart/n */
const struct esp_modem_uart_term_config uart; /*!< UART driver init struct */
struct esp_modem_uart_term_config uart; /*!< UART driver init struct */
};
/**