mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-20 14:02:21 +02:00
C API cleanup, add SMS support
This commit is contained in:
@ -96,6 +96,7 @@ public:
|
||||
}
|
||||
|
||||
command_result command(const std::string &command, got_line_cb got_line, uint32_t time_ms) override;
|
||||
command_result command(const std::string &command, got_line_cb got_line, uint32_t time_ms, const char separator) override;
|
||||
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user