robbedptechnics
|
317faf89ff
|
fix(modem): fixed minor code mistakes.
|
2025-03-25 11:27:14 +01:00 |
|
David Cermak
|
090b1ff845
|
fix(modem): Fix typo GENETIC -> GENERIC in mode types
Closes https://github.com/espressif/esp-protocols/issues/667
|
2024-11-20 10:25:20 +01:00 |
|
Suren Gabrielyan
|
945bd17701
|
CI: fixing the files to be complient with pre-commit hooks
|
2022-10-17 18:16:52 +02:00 |
|
Tomas Rezucha
|
62cb235aa9
|
esp_modem: Allow error handler register in C
C++ API offers interface to register error callback.
C API isn't flexible enough, so we offer conversion function between C++ and C enums.
|
2022-09-30 11:55:09 +02:00 |
|
Tomas Rezucha
|
04c711f757
|
esp_modem: Move common C definitions in to separate header
Separate header for C API created.
It can be used by C DTE extensions.
|
2022-09-30 11:41:34 +02:00 |
|