Skip to content

fix(hosted): Make BLE work on older hosted firmwares#12270

Merged
me-no-dev merged 1 commit intomasterfrom
bugfix/hosted_old_ble
Jan 21, 2026
Merged

fix(hosted): Make BLE work on older hosted firmwares#12270
me-no-dev merged 1 commit intomasterfrom
bugfix/hosted_old_ble

Conversation

@me-no-dev
Copy link
Member

This pull request updates the BLE initialization and deinitialization logic in cores/esp32/esp32-hal-hosted.c to ensure that Bluetooth controller operations are only performed if the slave firmware version meets a minimum requirement. This helps maintain compatibility and prevents errors on older firmware versions.

Version compatibility checks for BLE operations:

  • Added a check in hostedInitBLE() to only initialize and enable the Bluetooth controller if the slave firmware version is at least 2.6.0. [1] [2]
  • Added a similar check in hostedDeinitBLE() to only disable and deinitialize the Bluetooth controller if the slave firmware version is at least 2.6.0. [1] [2]

@github-actions
Copy link
Contributor

Messages
📖 🎉 Good Job! All checks are passing!

👋 Hello me-no-dev, we appreciate your contribution to this project!


📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more.

🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project.

Click to see more instructions ...


This automated output is generated by the PR linter DangerJS, which checks if your Pull Request meets the project's requirements and helps you fix potential issues.

DangerJS is triggered with each push event to a Pull Request and modify the contents of this comment.

Please consider the following:
- Danger mainly focuses on the PR structure and formatting and can't understand the meaning behind your code or changes.
- Danger is not a substitute for human code reviews; it's still important to request a code review from your colleagues.
- To manually retry these Danger checks, please navigate to the Actions tab and re-run last Danger workflow.

Review and merge process you can expect ...


We do welcome contributions in the form of bug reports, feature requests and pull requests.

1. An internal issue has been created for the PR, we assign it to the relevant engineer.
2. They review the PR and either approve it or ask you for changes or clarifications.
3. Once the GitHub PR is approved we do the final review, collect approvals from core owners and make sure all the automated tests are passing.
- At this point we may do some adjustments to the proposed change, or extend it by adding tests or documentation.
4. If the change is approved and passes the tests it is merged into the default branch.

Generated by 🚫 dangerJS against 3e19571

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds version compatibility checks for BLE operations on ESP-Hosted firmware to prevent errors when running on older firmware versions (< 2.6.0). The changes ensure that Bluetooth controller initialization and deinitialization are only performed when the slave firmware supports these operations.

Changes:

  • Added firmware version checks (>= 2.6.0) before BLE controller initialization and enabling
  • Added firmware version checks (>= 2.6.0) before BLE controller disabling and deinitialization

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@me-no-dev me-no-dev added the Status: Pending Merge Pull Request is ready to be merged label Jan 21, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 21, 2026

Test Results

 90 files   90 suites   33m 39s ⏱️
 67 tests  67 ✅ 0 💤 0 ❌
683 runs  683 ✅ 0 💤 0 ❌

Results for commit 3e19571.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

Memory usage test (comparing PR against master branch)

The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.

MemoryFLASH [bytes]FLASH [%]RAM [bytes]RAM [%]
TargetDECINCDECINCDECINCDECINC
ESP320⚠️ +160.000.00000.000.00
ESP32C3000.000.00000.000.00
ESP32C5000.000.00000.000.00
ESP32C6000.000.00000.000.00
ESP32H2000.000.00000.000.00
ESP32P40⚠️ +340.000.00000.000.00
ESP32S2000.000.00000.000.00
ESP32S3000.000.00000.000.00
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32ESP32C3ESP32C5ESP32C6ESP32H2ESP32P4ESP32S2ESP32S3
ExampleFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAM
libraries/ArduinoOTA/examples/BasicOTA00000000--000000
libraries/ArduinoOTA/examples/SignedOTA00000000--000000
libraries/AsyncUDP/examples/AsyncUDPClient00000000--000000
libraries/AsyncUDP/examples/AsyncUDPMulticastServer00000000--000000
libraries/AsyncUDP/examples/AsyncUDPServer00000000--000000
libraries/BLE/examples/Beacon_Scanner0000000000⚠️ +340--00
libraries/BLE/examples/Client0000--0000⚠️ +340--00
libraries/BLE/examples/Client_Gamepad0000----00⚠️ +340--00
libraries/BLE/examples/Client_Server0000----00⚠️ +340--00
libraries/BLE/examples/Client_multiconnect0000----00⚠️ +340----
libraries/BLE/examples/Client_secure_static_passkey0000----00⚠️ +340----
libraries/BLE/examples/EddystoneTLM_Beacon0000----00⚠️ +340----
libraries/BLE/examples/EddystoneURL_Beacon0000----00⚠️ +340----
libraries/BLE/examples/FreeBTMemory0000----0000----
libraries/BLE/examples/Notify0000----00⚠️ +340----
libraries/BLE/examples/Scan0000----00⚠️ +340----
libraries/BLE/examples/Server0000----00⚠️ +340----
libraries/BLE/examples/Server_Gamepad0000----00⚠️ +340----
libraries/BLE/examples/Server_multiconnect0000----00⚠️ +340----
libraries/BLE/examples/Server_secure_static_passkey0000----00⚠️ +340----
libraries/BLE/examples/UART0000----00⚠️ +340----
libraries/BLE/examples/Write0000----00⚠️ +340----
libraries/BLE/examples/iBeacon0000----00⚠️ +340----
libraries/BluetoothSerial/examples/DiscoverConnect00--------------
libraries/BluetoothSerial/examples/GetLocalMAC00--------------
libraries/BluetoothSerial/examples/SerialToSerialBT00--------------
libraries/BluetoothSerial/examples/SerialToSerialBTM00--------------
libraries/BluetoothSerial/examples/SerialToSerialBT_Legacy00--------------
libraries/BluetoothSerial/examples/SerialToSerialBT_SSP00--------------
libraries/BluetoothSerial/examples/bt_classic_device_discovery00--------------
libraries/BluetoothSerial/examples/bt_remove_paired_devices00--------------
libraries/DNSServer/examples/CaptivePortal0000------0000--
libraries/EEPROM/examples/eeprom_class0000----000000--
libraries/EEPROM/examples/eeprom_extra0000----000000--
libraries/EEPROM/examples/eeprom_write0000----000000--
libraries/ESP32/examples/AnalogOut/LEDCFade0000----000000--
libraries/ESP32/examples/AnalogOut/LEDCSingleChannel0000----000000--
libraries/ESP32/examples/AnalogOut/LEDCSoftwareFade0000----000000--
libraries/ESP32/examples/AnalogOut/SigmaDelta0000----000000--
libraries/ESP32/examples/AnalogOut/ledcFrequency0000----000000--
libraries/ESP32/examples/AnalogOut/ledcWrite_RGB0000----000000--
libraries/ESP32/examples/AnalogRead0000----000000--
libraries/ESP32/examples/AnalogReadContinuous0000----000000--
libraries/ESP32/examples/ArduinoStackSize0000----000000--
libraries/ESP32/examples/ArduinoWaitTimeBeforeStartingSketch0000----000000--
libraries/ESP32/examples/CI/CIBoardsTest0000----000000--
libraries/ESP32/examples/Camera/CameraWebServer00----------00--
ESP32/examples/Camera/CameraWebServer (2)00----------00--
libraries/ESP32/examples/ChipID/GetChipID0000----000000--
libraries/ESP32/examples/DeepSleep/ExternalWakeUp00----------00--
libraries/ESP32/examples/DeepSleep/SmoothBlink_ULP_Code00--------------
libraries/ESP32/examples/DeepSleep/TimerWakeUp0000------0000--
libraries/ESP32/examples/DeepSleep/TouchWakeUp00--------0000--
libraries/ESP32/examples/FreeRTOS/BasicMultiThreading0000----000000--
libraries/ESP32/examples/FreeRTOS/Mutex0000----000000--
libraries/ESP32/examples/FreeRTOS/Queue0000----000000--
libraries/ESP32/examples/FreeRTOS/Semaphore0000----000000--
libraries/ESP32/examples/GPIO/BlinkRGB0000----000000--
libraries/ESP32/examples/GPIO/FunctionalInterrupt0000----000000--
libraries/ESP32/examples/GPIO/FunctionalInterruptLambda0000----000000--
libraries/ESP32/examples/GPIO/FunctionalInterruptStruct0000----000000--
libraries/ESP32/examples/GPIO/GPIOInterrupt0000----000000--
libraries/ESP32/examples/MacAddress/GetMacAddress0000----000000--
libraries/ESP32/examples/RMT/Legacy_RMT_Driver_Compatible0000----000000--
libraries/ESP32/examples/RMT/RMTCallback0000----000000--
libraries/ESP32/examples/RMT/RMTLoopback0000----000000--
libraries/ESP32/examples/RMT/RMTReadXJT0000----000000--
libraries/ESP32/examples/RMT/RMTWrite_RGB_LED0000----000000--
libraries/ESP32/examples/RMT/RMT_CPUFreq_Test0000----000000--
libraries/ESP32/examples/RMT/RMT_EndOfTransmissionState0000----000000--
libraries/ESP32/examples/RMT/RMT_LED_Blink0000----000000--
libraries/ESP32/examples/ResetReason/ResetReason0000----000000--
libraries/ESP32/examples/ResetReason/ResetReason20000----000000--
libraries/ESP32/examples/Serial/BaudRateDetect_Demo0000----000000--
libraries/ESP32/examples/Serial/HardwareFlowControl_Demo0000----000000--
libraries/ESP32/examples/Serial/OnReceiveError_BREAK_Demo0000----000000--
libraries/ESP32/examples/Serial/OnReceive_Demo0000----000000--
libraries/ESP32/examples/Serial/RS485_Echo_Demo0000----000000--
libraries/ESP32/examples/Serial/RxFIFOFull_Demo0000----000000--
libraries/ESP32/examples/Serial/RxTimeout_Demo0000----000000--
libraries/ESP32/examples/Serial/Serial_All_CPU_Freqs0000----000000--
libraries/ESP32/examples/Serial/Serial_STD_Func_OnReceive0000----000000--
libraries/ESP32/examples/Serial/onReceiveExample0000----000000--
libraries/ESP32/examples/TWAI/TWAIreceive0000----000000--
libraries/ESP32/examples/TWAI/TWAItransmit0000----000000--
libraries/ESP32/examples/Template/ExampleTemplate0000----000000--
libraries/ESP32/examples/Time/SimpleTime0000------0000--
libraries/ESP32/examples/Timer/RepeatTimer0000----000000--
libraries/ESP32/examples/Timer/WatchdogTimer0000----000000--
libraries/ESP32/examples/Touch/TouchButton00--------0000--
libraries/ESP32/examples/Touch/TouchInterrupt00--------0000--
libraries/ESP32/examples/Touch/TouchRead00--------0000--
libraries/ESP_I2S/examples/ES8388_loopback0000----000000--
libraries/ESP_I2S/examples/Record_to_WAV00--------00----
libraries/ESP_I2S/examples/Simple_tone0000----000000--
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Master0000--------00--
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Slave0000--------00--
libraries/ESP_NOW/examples/ESP_NOW_Network0000--------00--
libraries/ESP_NOW/examples/ESP_NOW_Serial0000--------00--
libraries/ESPmDNS/examples/mDNS-SD_Extended0000------0000--
libraries/ESPmDNS/examples/mDNS_Web_Server0000------0000--
libraries/Ethernet/examples/ETH_LAN872000--------------
libraries/Ethernet/examples/ETH_TLK11000--------00----
libraries/Ethernet/examples/ETH_W5500_Arduino_SPI0000----000000--
libraries/Ethernet/examples/ETH_W5500_IDF_SPI0000----000000--
libraries/Ethernet/examples/ETH_WIFI_BRIDGE0000------0000--
libraries/FFat/examples/FFat_Test0000----000000--
libraries/FFat/examples/FFat_time⚠️ +16000------0000--
libraries/HTTPClient/examples/Authorization0000------0000--
libraries/HTTPClient/examples/BasicHttpClient0000------0000--
libraries/HTTPClient/examples/BasicHttpsClient0000------0000--
libraries/HTTPClient/examples/CustomHeaders0000------0000--
libraries/HTTPClient/examples/HTTPClientEnterprise0000--------00--
libraries/HTTPClient/examples/ReuseConnection0000------0000--
libraries/HTTPClient/examples/StreamHttpClient0000------0000--
libraries/HTTPUpdate/examples/httpUpdate0000------0000--
libraries/HTTPUpdate/examples/httpUpdateSPIFFS0000------0000--
libraries/HTTPUpdate/examples/httpUpdateSecure0000------0000--
libraries/HTTPUpdateServer/examples/WebUpdater0000------0000--
libraries/Hash/examples/HEX0000----000000--
libraries/Hash/examples/MD50000----000000--
libraries/Hash/examples/PBKDF2_HMAC0000----000000--
libraries/Hash/examples/SHA10000----000000--
libraries/Hash/examples/SHA20000----000000--
libraries/Hash/examples/SHA30000----000000--
libraries/Hash/examples/SHA3Stream0000----000000--
libraries/Insights/examples/DiagnosticsSmokeTest0000--------00--
libraries/Insights/examples/MinimalDiagnostics0000--------00--
libraries/LittleFS/examples/LITTLEFS_test0000----000000--
libraries/LittleFS/examples/LITTLEFS_time0000------0000--
libraries/Matter/examples/MatterColorLight0000----00--00--
libraries/Matter/examples/MatterCommissionTest0000----00--00--
libraries/Matter/examples/MatterComposedLights0000----00--00--
libraries/Matter/examples/MatterContactSensor0000----00--00--
libraries/Matter/examples/MatterDimmableLight0000----00--00--
libraries/Matter/examples/MatterDimmablePlugin0000----00--00--
libraries/Matter/examples/MatterEnhancedColorLight0000----00--00--
libraries/Matter/examples/MatterEvents0000----00--00--
libraries/Matter/examples/MatterFan0000----00--00--
libraries/Matter/examples/MatterHumiditySensor0000----00--00--
libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs0000----00--00--
libraries/Matter/examples/MatterMinimum0000----00--00--
libraries/Matter/examples/MatterOccupancySensor0000----00--00--
libraries/Matter/examples/MatterOccupancyWithHoldTime0000----00--00--
libraries/Matter/examples/MatterOnIdentify0000----00--00--
libraries/Matter/examples/MatterOnOffLight0000----00--00--
libraries/Matter/examples/MatterOnOffPlugin0000----00--00--
libraries/Matter/examples/MatterPressureSensor0000----00--00--
libraries/Matter/examples/MatterRainSensor0000----00--00--
libraries/Matter/examples/MatterSimpleBlinds0000----00--00--
libraries/Matter/examples/MatterSmartButton0000----00--00--
libraries/Matter/examples/MatterStatus0000----00--00--
libraries/Matter/examples/MatterTemperatureControlledCabinet0000----00--00--
libraries/Matter/examples/MatterTemperatureControlledCabinetLevels0000----00--00--
libraries/Matter/examples/MatterTemperatureLight0000----00--00--
libraries/Matter/examples/MatterTemperatureSensor0000----00--00--
libraries/Matter/examples/MatterThermostat⚠️ +16000----00--00--
libraries/Matter/examples/MatterWaterFreezeDetector0000----00--00--
libraries/Matter/examples/MatterWaterLeakDetector0000----00--00--
libraries/Matter/examples/MatterWindowCovering0000----00--00--
libraries/NetBIOS/examples/ESP_NBNST0000------0000--
libraries/NetworkClientSecure/examples/WiFiClientInsecure0000------0000--
libraries/NetworkClientSecure/examples/WiFiClientPSK0000------0000--
libraries/NetworkClientSecure/examples/WiFiClientSecure0000------0000--
libraries/NetworkClientSecure/examples/WiFiClientSecureEnterprise0000--------00--
libraries/NetworkClientSecure/examples/WiFiClientSecureProtocolUpgrade0000------0000--
libraries/NetworkClientSecure/examples/WiFiClientShowPeerCredentials0000------0000--
libraries/NetworkClientSecure/examples/WiFiClientTrustOnFirstUse0000------0000--
libraries/PPP/examples/PPP_Basic0000----000000--
libraries/PPP/examples/PPP_WIFI_BRIDGE0000------0000--
libraries/Preferences/examples/Prefs2Struct0000----000000--
libraries/Preferences/examples/StartCounter0000----000000--
libraries/SD/examples/SD_Test0000----000000--
libraries/SD/examples/SD_time0000------0000--
libraries/SD_MMC/examples/SDMMC_Test00--------00----
libraries/SD_MMC/examples/SDMMC_time00--------00----
libraries/SPI/examples/SPI_Multiple_Buses0000----000000--
libraries/SPIFFS/examples/SPIFFS_Test0000----000000--
libraries/SPIFFS/examples/SPIFFS_time⚠️ +16000------0000--
libraries/SimpleBLE/examples/SimpleBleDevice00--------------
libraries/TFLiteMicro/examples/hello_world0000----000000--
libraries/Ticker/examples/Blinker0000----000000--
libraries/Ticker/examples/TickerBasic0000----000000--
libraries/Ticker/examples/TickerParameter0000----000000--
libraries/Update/examples/AWS_S3_OTA_Update0000------0000--
libraries/Update/examples/HTTPS_OTA_Update0000------0000--
libraries/Update/examples/HTTP_Client_AES_OTA_Update0000------0000--
libraries/Update/examples/HTTP_Server_AES_OTA_Update0000------0000--
libraries/Update/examples/OTAWebUpdater0000------0000--
libraries/Update/examples/SD_Update0000----000000--
libraries/Update/examples/Signed_OTA_Update0000------0000--
libraries/WebServer/examples/AdvancedWebServer0000------0000--
libraries/WebServer/examples/ChunkWriting0000------0000--
libraries/WebServer/examples/FSBrowser0000------0000--
libraries/WebServer/examples/Filters0000------0000--
libraries/WebServer/examples/HelloServer0000------0000--
libraries/WebServer/examples/HttpAdvancedAuth0000------0000--
libraries/WebServer/examples/HttpAuthCallback0000------0000--
libraries/WebServer/examples/HttpAuthCallbackInline0000------0000--
libraries/WebServer/examples/HttpBasicAuth0000------0000--
libraries/WebServer/examples/HttpBasicAuthSHA10000------0000--
libraries/WebServer/examples/HttpBasicAuthSHA1orBearerToken0000------0000--
libraries/WebServer/examples/Middleware0000--------00--
libraries/WebServer/examples/MultiHomedServers0000------0000--
libraries/WebServer/examples/PathArgServer0000------0000--
libraries/WebServer/examples/SDWebServer0000------0000--
libraries/WebServer/examples/SimpleAuthentification0000------0000--
libraries/WebServer/examples/UploadHugeFile0000------0000--
libraries/WebServer/examples/WebServer0000------0000--
libraries/WebServer/examples/WebUpdate0000------0000--
libraries/WiFi/examples/FTM/FTM_Initiator0000------0000--
libraries/WiFi/examples/FTM/FTM_Responder0000------0000--
libraries/WiFi/examples/SimpleWiFiServer0000------0000--
libraries/WiFi/examples/WPS0000--------00--
libraries/WiFi/examples/WiFiAccessPoint0000------0000--
libraries/WiFi/examples/WiFiBlueToothSwitch0000------------
libraries/WiFi/examples/WiFiClient0000------0000--
libraries/WiFi/examples/WiFiClientBasic0000------0000--
libraries/WiFi/examples/WiFiClientConnect0000------0000--
libraries/WiFi/examples/WiFiClientEnterprise0000--------00--
libraries/WiFi/examples/WiFiClientEvents0000------0000--
libraries/WiFi/examples/WiFiClientStaticIP0000------0000--
libraries/WiFi/examples/WiFiExtender0000------0000--
libraries/WiFi/examples/WiFiIPv60000------0000--
libraries/WiFi/examples/WiFiMulti0000------0000--
libraries/WiFi/examples/WiFiMultiAdvanced0000------0000--
libraries/WiFi/examples/WiFiScan0000------0000--
libraries/WiFi/examples/WiFiScanAsync0000------0000--
libraries/WiFi/examples/WiFiScanDualAntenna0000------0000--
libraries/WiFi/examples/WiFiScanTime0000------0000--
libraries/WiFi/examples/WiFiSmartConfig0000--------00--
libraries/WiFi/examples/WiFiTelnetToSerial0000------0000--
libraries/WiFi/examples/WiFiUDPClient0000------0000--
libraries/WiFiProv/examples/WiFiProv0000--------00--
libraries/Wire/examples/WireMaster0000----000000--
libraries/Wire/examples/WireScan0000----000000--
libraries/Wire/examples/WireSlave0000----000000--
libraries/Wire/examples/WireSlaveFunctionalCallback0000----000000--
libraries/Zigbee/examples/Zigbee_Analog_Input_Output0000----00--00--
libraries/Zigbee/examples/Zigbee_Color_Dimmer_Switch0000----00--00--
libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor0000----00--00--
libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor_MultiPhase0000----00--00--
libraries/Zigbee/examples/Zigbee_Fan_Control0000----00--00--
libraries/Zigbee/examples/Zigbee_Gateway0000--------00--
libraries/Zigbee/examples/Zigbee_Multistate_Input_Output0000----00--00--
libraries/Zigbee/examples/Zigbee_On_Off_MultiSwitch0000----00--00--
libraries/Zigbee/examples/Zigbee_On_Off_Switch0000----00--00--
libraries/Zigbee/examples/Zigbee_Power_Outlet0000----00--00--
libraries/Zigbee/examples/Zigbee_Range_Extender0000----00--00--
libraries/Zigbee/examples/Zigbee_Thermostat0000----00--00--
libraries/BLE/examples/Server_secure_authorization--00----00------
libraries/ESP32/examples/HWCDC_Events--00----0000----
libraries/RainMaker/examples/RMakerCustom--00--------00--
libraries/RainMaker/examples/RMakerCustomAirCooler--00--------00--
libraries/RainMaker/examples/RMakerSonoffDualR3--00--------00--
libraries/RainMaker/examples/RMakerSwitch--00--------00--
libraries/ESP32/examples/AnalogOut/LEDCGammaFade--------0000----
libraries/OpenThread/examples/CLI/COAP/coap_lamp--------00------
libraries/OpenThread/examples/CLI/COAP/coap_switch--------00------
libraries/OpenThread/examples/CLI/SimpleCLI--------00------
libraries/OpenThread/examples/CLI/SimpleNode--------00------
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/ExtendedRouterNode--------00------
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/LeaderNode--------00------
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/RouterNode--------00------
libraries/OpenThread/examples/CLI/ThreadScan--------00------
libraries/OpenThread/examples/CLI/onReceive--------00------
libraries/OpenThread/examples/Native/SimpleThreadNetwork/LeaderNode--------00------
libraries/OpenThread/examples/Native/SimpleThreadNetwork/RouterNode--------00------
libraries/Zigbee/examples/Zigbee_Binary_Input_Output--------00------
libraries/Zigbee/examples/Zigbee_CarbonDioxide_Sensor--------00------
libraries/Zigbee/examples/Zigbee_Color_Dimmable_Light--------00------
libraries/Zigbee/examples/Zigbee_Contact_Switch--------00------
libraries/Zigbee/examples/Zigbee_Dimmable_Light--------00------
libraries/Zigbee/examples/Zigbee_Electrical_DC_Sensor--------00------
libraries/Zigbee/examples/Zigbee_Illuminance_Sensor--------00------
libraries/Zigbee/examples/Zigbee_OTA_Client--------00------
libraries/Zigbee/examples/Zigbee_Occupancy_Sensor--------00------
libraries/Zigbee/examples/Zigbee_On_Off_Light--------00------
libraries/Zigbee/examples/Zigbee_PM25_Sensor--------00------
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor--------00------
libraries/Zigbee/examples/Zigbee_Scan_Networks--------00------
libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy--------00------
libraries/Zigbee/examples/Zigbee_Temperature_Sensor--------00------
libraries/Zigbee/examples/Zigbee_Vibration_Sensor--------00------
libraries/Zigbee/examples/Zigbee_Wind_Speed_Sensor--------00------
libraries/Zigbee/examples/Zigbee_Window_Covering--------00------
libraries/ESP_HostedOTA/examples/ESP_HostedOTA----------00----
libraries/ESP_SR/examples/Basic----------00----
libraries/SD_MMC/examples/SD2USBMSC----------00----
libraries/USB/examples/CompositeDevice----------0000--
libraries/USB/examples/ConsumerControl----------0000--
libraries/USB/examples/CustomHIDDevice----------0000--
libraries/USB/examples/FirmwareMSC----------0000--
libraries/USB/examples/Gamepad----------0000--
libraries/USB/examples/HIDVendor----------0000--
libraries/USB/examples/Keyboard/KeyboardLogout----------0000--
libraries/USB/examples/Keyboard/KeyboardMessage----------0000--
libraries/USB/examples/Keyboard/KeyboardReprogram----------0000--
libraries/USB/examples/Keyboard/KeyboardSerial----------0000--
libraries/USB/examples/KeyboardAndMouseControl----------0000--
libraries/USB/examples/MIDI/MidiController----------0000--
libraries/USB/examples/MIDI/MidiInterface----------0000--
libraries/USB/examples/MIDI/MidiMusicBox----------0000--
libraries/USB/examples/MIDI/ReceiveMidi----------0000--
libraries/USB/examples/Mouse/ButtonMouseControl----------0000--
libraries/USB/examples/SystemControl----------0000--
libraries/USB/examples/USBMSC----------0000--
libraries/USB/examples/USBSerial----------0000--
libraries/USB/examples/USBVendor----------0000--

@me-no-dev me-no-dev merged commit ea05706 into master Jan 21, 2026
104 checks passed
@me-no-dev me-no-dev deleted the bugfix/hosted_old_ble branch January 21, 2026 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Pending Merge Pull Request is ready to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants