You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP-MODEM v2.0 introduces production mode (default) with pre-generated sources for better IDE navigation. Previous behavior (development mode) requires explicit configuration.
5
+
6
+
Breaking Changes
7
+
----------------
8
+
9
+
**Production Mode (Default)**
10
+
- Uses pre-generated sources from ``command/`` directory
11
+
- Better IDE navigation and code completion
12
+
- Faster compilation
13
+
14
+
**Development Mode (Optional)**
15
+
- Uses macro expansion from ``generate/`` directory
16
+
- Enable with ``CONFIG_ESP_MODEM_ENABLE_DEVELOPMENT_MODE=y``
0 commit comments