diff --git a/WiFi/index.html b/WiFi/index.html index 9e886b5d..98626d73 100644 --- a/WiFi/index.html +++ b/WiFi/index.html @@ -1543,9 +1543,9 @@ restart the bridge:

stop webconfig
 set bridge.enabled on
 
-

Some size-constrained, portable MQTT observer artifacts omit WebConfig so they -fit the legacy ESP32 application slot. They retain the serial/remote CLI and a -small WiFi updater. Configure those builds with the CLI.

+

Current MQTT observer artifacts use the expanded FULL partition profile so +WebConfig and the complete role CLI are retained. Install the matching merged +image over USB once when moving a device from the legacy partition layout.

WiFi companion setup

A *_companion_radio_wifi build replaces the BLE or USB companion link with the MeshCore companion protocol over TCP port 5000. The phone or computer must @@ -1717,15 +1717,15 @@ role.

Standard -Uses the selected target's role. Ordinary portable ESP32 repeater/room-server artifacts omit WebConfig to fit the legacy app slot. Explicit MQTT and WiFi-companion targets still use WiFi. +Uses the selected target's role. Ordinary legacy-slot ESP32 repeater/room-server artifacts omit WebConfig when needed to fit. ESP32 MQTT observer and ESP-NOW bridge targets are automatically promoted to FULL; WiFi-companion targets keep their companion partition profile. Logging -Enables USB/debug packet logging and disables the MQTT bridge. Logging output is not an MQTT uplink. +Enables USB/debug packet logging and disables the MQTT bridge. get/set usb.logging can silence or restore the live output until reboot. Logging output is not an MQTT uplink. MQTT -Builds explicit MQTT observer or WiFi-companion-MQTT targets with USB packet logging off. +Builds explicit MQTT observer or WiFi-companion-MQTT targets with USB packet logging off. Non-companion ESP32 MQTT observers always use FULL expanded partitions. FULL ESP32 @@ -1733,7 +1733,7 @@ role.

FULL ESP32 logging -Uses the board's non-MQTT target with debug and packet logging enabled, expanded dual-OTA partitions, up to 254 neighbors, and LoRa OTA. +Uses the board's non-MQTT target with debug and packet logging enabled, session-only get/set usb.logging control, expanded dual-OTA partitions, up to 254 neighbors, and LoRa OTA. LoRa-OTA no-external-sensors @@ -1747,7 +1747,7 @@ T-Beam SX1262 and SX1276 MQTT observer repeaters retain 50 entries because their persistent MQTT discovery state leaves insufficient internal-DRAM margin at 254.

The interactive Option 1 FULL everything choice selects the FULL logging profile: logging is enabled and MQTT is disabled. The standalone FULL ESP32 -profile and Profile 4 of the five-profile matrix use the matching MQTT target +profile and Profile 3 of the four-profile matrix use the matching MQTT target instead. Both FULL profiles include LoRa OTA, WebConfig where supported, up to 254 neighbors, and expanded dual-OTA partitions. Target-specific internal-DRAM limits still apply.

@@ -1782,8 +1782,8 @@ their role-specific interfaces described above; they do not expose the full infrastructure WiFi CLI family. MQTT commands such as get mqtt.status and set mqtt1.preset ... still require an MQTT observer target. Unknown settings return Error: unknown setting: -<name>. Older portable builds can instead report Unsupported in this -firmware when a command was intentionally cut for space.

+<name>. Older firmware that used the discontinued compact CLI can instead +report Unsupported in this firmware when a command was cut for space.

Check the complete firmware filename and role. In particular:

For a WiFi companion, find its station IP in the router, connect the client to TCP port 5000, and use the setup AP if it cannot join the saved network. MQTT diff --git a/cli_build_matrix/index.html b/cli_build_matrix/index.html index 62cbe1a3..5f1649f7 100644 --- a/cli_build_matrix/index.html +++ b/cli_build_matrix/index.html @@ -366,10 +366,10 @@

  • - + - Portable MQTT observer retained surface + Complete CLI policy @@ -1130,10 +1130,10 @@
  • - + - Portable MQTT observer retained surface + Complete CLI policy @@ -1191,7 +1191,7 @@

    MeshCore command availability is determined in three layers:

    1. Role - repeater, room server, sensor, companion, bridge, or KISS modem.
    2. -
    3. Build profile - standard, portable, logging, OTA, or FULL.
    4. +
    5. Build profile - standard, logging, OTA, or FULL.
    6. Compiled hardware features - WiFi, MQTT, GPS, external sensors, PSRAM, Ethernet, and similar optional support.
    @@ -1255,27 +1255,23 @@ retain 50 because their MQTT discovery tables are constrained by internal DRAM.< Standard logging -Logging does not remove commands by itself. It has the same CLI as the selected role/profile and adds the compiled logging behavior. +Logging does not remove commands by itself. It has the same CLI as the selected role/profile, adds the compiled logging behavior, and provides session-only get/set usb.logging control. LoRa-OTA (-ota-) -LoRa OTA adds the ota ... commands; it does not otherwise reduce the role CLI. ESP32 no_external_sensors artifacts retain the compact browser WiFi uploader and use a 254-entry neighbor table. A portable OTA artifact can still have the other portable restrictions described below. +LoRa OTA adds the ota ... commands; it does not otherwise reduce the role CLI. ESP32 no_external_sensors artifacts retain the compact browser WiFi uploader, the complete CLI, and a 254-entry neighbor table. -Portable MQTT observer -Keeps MQTT/WiFi commissioning, bridge control, radio essentials, update commands, basic identity/status commands, neighbors, discover.neighbors, outpath, and altpath. The large repeater administration tree is omitted to fit the legacy ESP32 application slot. - - -Portable ESP-NOW bridge -Keeps the repeater's role-specific handlers and a reduced common configuration surface containing radio and bridge essentials, including rxdelay, txdelay, outpath, and altpath. +ESP32 MQTT observer or ESP-NOW bridge +Always uses the expanded FULL partition profile. The build never substitutes a reduced CLI to fit the legacy application slot. FULL ESP32 -Uses the matching MQTT target with logging off, removes size-based CLI cuts, and restores the complete command surface supported by that role and hardware. +Uses the matching MQTT target with logging off and keeps the complete command surface supported by that role and hardware. FULL ESP32 logging -Uses the matching non-MQTT target with debug and packet logging enabled and the complete command surface supported by that role and hardware. +Uses the matching non-MQTT target with debug and packet logging enabled, session-only get/set usb.logging control, and the complete command surface supported by that role and hardware. no_external_sensors @@ -1285,43 +1281,21 @@ retain 50 because their MQTT discovery tables are constrained by internal DRAM.<

    logging, OTA, and FULL describe independent build features. Do not infer that a command is missing merely because logging appears in the filename.

    -

    Portable MQTT observer retained surface

    -

    The portable MQTT observer keeps these command groups:

    - -

    Everything in the repeater-only administration tree that is not listed above is -intentionally cut from this portable profile. The main omissions include ACL -editing, flood filter/moderation/scope administration, advanced mesh-clock -controls, recent-repeater/path administration, battery-alert/RX-watchdog -controls, stored-log management, and external-sensor administration. Use the -matching FULL ESP32 build when those commands are required.

    -

    Some observer commands have their own hardware limit:

    - +

    Complete CLI policy

    +

    The compact ESP32 CLI has been removed. MQTT observers and ESP-NOW bridges are +automatically promoted to FULL builds with expanded partitions rather than +dropping administration commands. This keeps tempradio, LoRa OTA, power +saving, RXPS, logging, statistics, sensor, ACL, routing, and advanced radio +commands whenever the role and compiled hardware support them.

    +

    Some commands still have hardware or feature limits. MQTT neighbor-table +publishing and discover.scopes require the compiled WITH_MQTT_NEIGHBORS +feature. PSRAM boards enable it automatically, and selected non-PSRAM variants +opt in with MQTT_NEIGHBORS_WITHOUT_PSRAM. discover.neighbors does not +require MQTT or PSRAM.

    Discovery invariant

    discover.neighbors sends the zero-hop node-discovery request used to refresh the repeater neighbor table. It is available in every repeater build profile, -including portable MQTT, standard, logging, OTA, FULL, and FULL logging builds.

    +including standard, logging, OTA, FULL, and FULL logging builds.

    The exact command is:

    discover.neighbors
     
    diff --git a/cli_command_availability/index.html b/cli_command_availability/index.html index 3d24a225..220730fa 100644 --- a/cli_command_availability/index.html +++ b/cli_command_availability/index.html @@ -1435,11 +1435,8 @@ own interface, so those build roles are not represented here.

    remove commands by itself.
  • LoRa OTA - the explicit -ota- repeater or repeater-bridge artifact. Its optional external-sensor drivers are removed, but onboard GPS is retained.
  • -
  • MQTT portable - the size-reduced ESP32 MQTT observer for the legacy - application slot.
  • -
  • ESP-NOW portable - the size-reduced ESP32 ESP-NOW repeater bridge.
  • -
  • FULL MQTT - the expanded-partition ESP32 MQTT artifact with LoRa OTA and - the complete parser.
  • +
  • FULL - the expanded-partition ESP32 artifact with LoRa OTA and the + complete parser. MQTT observers and ESP-NOW bridges always use this profile.
  • FULL logging - the expanded-partition ESP32 non-MQTT artifact with logging, LoRa OTA, and the complete parser.
  • @@ -1687,6 +1684,14 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Serial +Logging +get/set usb.logging +Logging artifacts; session-only live USB output gate +No +Yes +No + + Radio get radio; set radio ... All text CLI roles @@ -2698,9 +2703,7 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Standard Logging LoRa OTA -MQTT portable -ESP-NOW portable -FULL MQTT +FULL FULL logging @@ -2714,8 +2717,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Operational @@ -2726,8 +2727,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Operational @@ -2738,8 +2737,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No No -No -No Operational @@ -2748,8 +2745,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -2762,8 +2757,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Operational @@ -2774,8 +2767,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Operational @@ -2786,8 +2777,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Operational @@ -2798,8 +2787,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Operational @@ -2810,8 +2797,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Operational @@ -2822,8 +2807,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Serial Serial Serial -Serial -Serial Information @@ -2834,8 +2817,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Information @@ -2846,8 +2827,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Diagnostics @@ -2858,8 +2837,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Diagnostics @@ -2870,8 +2847,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Diagnostics @@ -2882,8 +2857,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Neighbors @@ -2894,8 +2867,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Neighbors @@ -2904,8 +2875,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -2918,8 +2887,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Neighbors @@ -2930,8 +2897,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Feature No -Feature -No Statistics @@ -2940,8 +2905,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -2952,8 +2915,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Serial Serial Serial -No -No Serial Serial @@ -2964,8 +2925,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Serial Serial Serial -No -No Serial Serial @@ -2976,8 +2935,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Serial Serial Serial -No -No Serial Serial @@ -2988,8 +2945,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Serial Serial Serial -No -No Serial Serial @@ -3002,8 +2957,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Logging @@ -3012,8 +2965,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3024,12 +2975,20 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Serial Serial Serial -No -No Serial Serial +Logging +get/set usb.logging +Logging artifacts; session-only live USB output gate +No +Yes +No +No +Yes + + Radio get radio; set radio ... All text CLI roles @@ -3038,8 +2997,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Radio @@ -3050,8 +3007,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Radio @@ -3060,8 +3015,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3072,8 +3025,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3086,8 +3037,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Radio @@ -3098,8 +3047,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Feature -Feature -Feature Radio @@ -3110,8 +3057,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Feature -Feature -Feature Radio @@ -3122,8 +3067,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Feature -Feature -Feature Radio @@ -3132,8 +3075,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Feature -No -No Feature Feature @@ -3144,8 +3085,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3156,8 +3095,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3168,8 +3105,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3180,8 +3115,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3194,8 +3127,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes System @@ -3204,8 +3135,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3216,8 +3145,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3228,8 +3155,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Feature -No -No Feature Feature @@ -3240,8 +3165,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -Yes Yes Yes @@ -3252,8 +3175,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -Yes Yes Yes @@ -3264,8 +3185,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -Yes Yes Yes @@ -3276,8 +3195,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -Yes Yes Yes @@ -3290,8 +3207,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No No -No -No System @@ -3300,8 +3215,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3314,8 +3227,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes System @@ -3324,8 +3235,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Feature -No -No Feature Feature @@ -3336,8 +3245,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3348,8 +3255,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -Yes Yes Yes @@ -3362,8 +3267,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Routing @@ -3372,8 +3275,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3384,8 +3285,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3398,8 +3297,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Routing @@ -3408,8 +3305,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3422,8 +3317,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Routing @@ -3432,8 +3325,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3444,8 +3335,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3458,8 +3347,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Routing @@ -3470,8 +3357,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Feature -Feature -Feature Routing @@ -3482,8 +3367,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Routing @@ -3494,8 +3377,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No Routing @@ -3504,8 +3385,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3516,8 +3395,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3528,8 +3405,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3540,8 +3415,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3552,8 +3425,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3564,8 +3435,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3576,8 +3445,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3588,8 +3455,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -Yes Yes Yes @@ -3600,8 +3465,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -Yes Yes Yes @@ -3612,8 +3475,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -Yes Yes Yes @@ -3624,8 +3485,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -Yes Yes Yes @@ -3638,8 +3497,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Routing @@ -3650,8 +3507,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes ACL @@ -3660,8 +3515,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -Yes Yes Yes @@ -3672,8 +3525,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Serial Serial Serial -No -Serial Serial Serial @@ -3684,8 +3535,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes No -No -No Yes Yes @@ -3698,8 +3547,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Regions @@ -3710,8 +3557,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Regions @@ -3722,8 +3567,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Regions @@ -3734,8 +3577,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Regions @@ -3746,8 +3587,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -Yes -Yes Retry @@ -3756,8 +3595,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3768,8 +3605,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3780,8 +3615,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3792,8 +3625,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3804,8 +3635,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Feature -No -No Feature Feature @@ -3816,8 +3645,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes @@ -3828,20 +3655,16 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Yes Yes Yes -No -No Yes Yes Retry get/set/clear recent.repeater; get recent.repeaters -Repeater; portable ESP-NOW retains reads only +Repeater Yes Yes Yes -No -Limited Yes Yes @@ -3854,8 +3677,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Feature -Feature -Feature GPS @@ -3866,8 +3687,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Feature -Feature -Feature GPS @@ -3878,8 +3697,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Feature -Feature -Feature GPS @@ -3890,8 +3707,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Feature -Feature -Feature Sensors @@ -3900,32 +3715,26 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Limited -No -No Feature Feature Sensors sensor list [start] -Compiled sensor manager; portable profiles omit external sensors +Compiled sensor manager; no_external_sensors omits optional drivers Feature Feature Limited -No -No Feature Feature Sensors sensor get; sensor set -Compiled sensor setting; portable profiles omit external sensors +Compiled sensor setting; no_external_sensors omits optional drivers Feature Feature Limited -No -No Feature Feature @@ -3937,8 +3746,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature No No -No -No Feature @@ -3949,8 +3756,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Yes -Yes -Yes Feature @@ -3961,8 +3766,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Yes -Yes -Yes Feature @@ -3973,8 +3776,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Yes -Yes -Yes Feature @@ -3985,8 +3786,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature Yes -Yes -Yes Feature @@ -3997,8 +3796,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature Feature No -No -No Feature @@ -4008,9 +3805,7 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No No -No -Yes -No +Feature Feature @@ -4020,9 +3815,7 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No No -No -Yes -No +Feature Feature @@ -4034,8 +3827,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No No -No -No Board @@ -4046,8 +3837,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No No -No -No Ethernet @@ -4057,8 +3846,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature No No -No -No Feature @@ -4068,8 +3855,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -Yes -No Feature Feature @@ -4080,8 +3865,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No No -No -No Feature Feature @@ -4093,8 +3876,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -Yes Feature @@ -4104,8 +3885,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No No -No -No Feature Feature @@ -4116,8 +3895,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -No Yes Yes @@ -4128,8 +3905,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -No Yes Yes @@ -4140,8 +3915,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -No Yes Yes @@ -4152,8 +3925,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -No Yes Yes @@ -4164,8 +3935,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -No Yes Yes @@ -4176,8 +3945,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -No Yes Yes @@ -4190,8 +3957,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without Feature No No -No -No LoRa OTA @@ -4200,8 +3965,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -No Yes Yes @@ -4212,8 +3975,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -No Yes Yes @@ -4224,8 +3985,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -No Yes Yes @@ -4236,8 +3995,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Feature -No -No Feature Feature @@ -4248,8 +4005,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -No Yes Yes @@ -4260,8 +4015,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -No Yes Yes @@ -4272,8 +4025,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No Yes -No -No Yes Yes @@ -4286,8 +4037,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No MQTT @@ -4298,8 +4047,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No MQTT @@ -4310,8 +4057,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No MQTT @@ -4322,8 +4067,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No MQTT @@ -4334,8 +4077,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No MQTT @@ -4346,8 +4087,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No MQTT @@ -4358,8 +4097,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No MQTT @@ -4370,8 +4107,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No MQTT @@ -4382,8 +4117,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Feature No -Feature -No MQTT @@ -4394,15 +4127,11 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No MQTT get mqtt.ntp.diag -Full MQTT observer; intentionally cut from portable -No -No +MQTT observer No No No @@ -4418,8 +4147,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No MQTT @@ -4430,8 +4157,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No MQTT @@ -4442,8 +4167,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No MQTT @@ -4454,8 +4177,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No SNMP @@ -4464,8 +4185,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No No No -No -No Feature No @@ -4478,8 +4197,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No Alerts @@ -4490,8 +4207,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Yes No -Yes -No TLS @@ -4502,8 +4217,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Feature No -Feature -No Manifest OTA @@ -4514,8 +4227,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Manifest No -Manifest -No Manifest OTA @@ -4526,8 +4237,6 @@ fix, no WiFi connection, an inactive bridge, or an nRF52 bootloader without No Manifest No -Manifest -No diff --git a/cli_commands/index.html b/cli_commands/index.html index a9a16f68..7e28057c 100644 --- a/cli_commands/index.html +++ b/cli_commands/index.html @@ -702,6 +702,17 @@