mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-24 07:47:30 +02:00
functional factory work
This commit is contained in:
21
esp_modem/include/esp_modem_dce_config.h
Normal file
21
esp_modem/include/esp_modem_dce_config.h
Normal file
@ -0,0 +1,21 @@
|
||||
//
|
||||
// Created by david on 3/28/21.
|
||||
//
|
||||
|
||||
#ifndef AP_TO_PPPOS_ESP_MODEM_DCE_CONFIG_H
|
||||
|
||||
struct esp_modem_dce_config {
|
||||
const char* apn;
|
||||
};
|
||||
|
||||
#define ESP_MODEM_DCE_DEFAULT_CONFIG(APN) \
|
||||
{ \
|
||||
.apn = APN \
|
||||
}
|
||||
|
||||
typedef struct esp_modem_dce_config esp_modem_dce_config_t;
|
||||
|
||||
|
||||
#define AP_TO_PPPOS_ESP_MODEM_DCE_CONFIG_H
|
||||
|
||||
#endif //AP_TO_PPPOS_ESP_MODEM_DCE_CONFIG_H
|
Reference in New Issue
Block a user