Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify calls to String::copy #10941

Closed
wants to merge 2 commits into from
Closed

Simplify calls to String::copy #10941

wants to merge 2 commits into from

Conversation

TD-er
Copy link
Contributor

@TD-er TD-er commented Feb 6, 2025

Description of Change

A number of the same checks were done before calling copy() which should be done in the copy() function itself.

This also makes it less likely some of these checks or follow-up calls to invalidate() may be forgotten in future code changes.

N.B. I did not remove the pointer checks in 2 constructors where copy() is called, as this does save an extra call to init().

A lot of the same checks were done before calling `copy()` which should be done in the `copy()` function itself.
Copy link
Contributor

github-actions bot commented Feb 6, 2025

Warnings
⚠️

Some issues found for the commit messages in this PR:

  • the commit message "Simplify calls to String::copy":
    • body's lines must not be longer than 100 characters
    • summary looks empty
    • type/action looks empty
  • the commit message "String::copy() Should not copy more than given length":
    • summary looks empty
    • type/action looks empty

Please fix these commit messages - here are some basic tips:

  • follow Conventional Commits style
  • correct format of commit message should be: <type/action>(<scope/component>): <summary>, for example fix(esp32): Fixed startup timeout issue
  • allowed types are: change,ci,docs,feat,fix,refactor,remove,revert,test
  • sufficiently descriptive message summary should be between 10 to 72 characters and start with upper case letter
  • avoid Jira references in commit messages (unavailable/irrelevant for our customers)

TIP: Install pre-commit hooks and run this check when committing (uses the Conventional Precommit Linter).

👋 Hello TD-er, 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.
- Resolve all warnings (⚠️ ) before requesting a review from human reviewers - they will appreciate it.
- 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 782c32d

Copy link
Contributor

github-actions bot commented Feb 6, 2025

Test Results

 62 files   62 suites   5m 39s ⏱️
 21 tests  21 ✅ 0 💤 0 ❌
153 runs  153 ✅ 0 💤 0 ❌

Results for commit 782c32d.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Feb 6, 2025

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
ESP32P4💚 -22⚠️ +80💚 -0.01⚠️ +0.01000.000.00
ESP32S3💚 -36‼️ +5K💚 -0.01⚠️ +0.500⚠️ +4960.00⚠️ +0.83
ESP32S2💚 -48‼️ +4K💚 -0.01⚠️ +0.400⚠️ +120.00⚠️ +0.02
ESP32C3💚 -220💚 -0.010.00000.000.00
ESP32C6💚 -220💚 -0.010.00000.000.00
ESP32H2💚 -220💚 -0.010.00000.000.00
ESP32💚 -28‼️ +12K0.00‼️ +1.230⚠️ +680.00⚠️ +0.11
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32P4ESP32S3ESP32S2ESP32C3ESP32C6ESP32H2ESP32
ExampleFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAM
ArduinoOTA/examples/BasicOTA⚠️ +540💚 -240💚 -240💚 -220💚 -220--💚 -160
AsyncUDP/examples/AsyncUDPClient⚠️ +780💚 -40💚 -400000--00
AsyncUDP/examples/AsyncUDPMulticastServer⚠️ +780💚 -40💚 -400000--00
AsyncUDP/examples/AsyncUDPServer⚠️ +780💚 -40💚 -400000--00
DNSServer/examples/CaptivePortal⚠️ +540💚 -240💚 -240💚 -220💚 -220--💚 -160
EEPROM/examples/eeprom_class00💚 -40💚 -4000000000
EEPROM/examples/eeprom_extra💚 -100💚 -120💚 -120💚 -100000000
EEPROM/examples/eeprom_write00💚 -40💚 -4000000000
ESP32/examples/AnalogOut/LEDCFade00💚 -40💚 -4000000000
ESP32/examples/AnalogOut/LEDCSingleChannel00💚 -40💚 -4000000000
ESP32/examples/AnalogOut/LEDCSoftwareFade00💚 -40💚 -4000000000
ESP32/examples/AnalogOut/SigmaDelta00💚 -40💚 -4000000000
ESP32/examples/AnalogOut/ledcFrequency00💚 -40💚 -4000000000
ESP32/examples/AnalogOut/ledcWrite_RGB00💚 -40💚 -4000000000
ESP32/examples/AnalogRead00💚 -40💚 -4000000000
ESP32/examples/AnalogReadContinuous00💚 -40💚 -4000000000
ESP32/examples/ArduinoStackSize00💚 -40💚 -4000000000
ESP32/examples/CI/CIBoardsTest00💚 -40💚 -4000000000
ESP32/examples/ChipID/GetChipID00💚 -40💚 -4000000000
ESP32/examples/DeepSleep/TimerWakeUp💚 -120💚 -160💚 -160💚 -100💚 -100--00
ESP32/examples/DeepSleep/TouchWakeUp💚 -100💚 -160💚 -160------00
ESP32/examples/FreeRTOS/BasicMultiThreading00💚 -40💚 -4000000000
ESP32/examples/FreeRTOS/Mutex00💚 -40💚 -4000000000
ESP32/examples/FreeRTOS/Queue00💚 -40💚 -4000000000
ESP32/examples/FreeRTOS/Semaphore00💚 -40💚 -4000000000
ESP32/examples/GPIO/BlinkRGB00💚 -40💚 -4000000000
ESP32/examples/GPIO/FunctionalInterrupt00💚 -40💚 -4000000000
ESP32/examples/GPIO/FunctionalInterruptStruct00💚 -40💚 -4000000000
ESP32/examples/GPIO/GPIOInterrupt00💚 -40💚 -4000000000
ESP32/examples/HWCDC_Events00💚 -40--000000--
ESP32/examples/MacAddress/GetMacAddress💚 -100💚 -160💚 -160💚 -120💚 -100💚 -10000
ESP32/examples/RMT/Legacy_RMT_Driver_Compatible00💚 -40💚 -4000000000
ESP32/examples/RMT/RMTCallback00💚 -40💚 -4000000000
ESP32/examples/RMT/RMTLoopback00💚 -40💚 -4000000000
ESP32/examples/RMT/RMTReadXJT00💚 -40💚 -4000000000
ESP32/examples/RMT/RMTWrite_RGB_LED00💚 -40💚 -4000000000
ESP32/examples/RMT/RMT_CPUFreq_Test00💚 -40💚 -4000000000
ESP32/examples/RMT/RMT_EndOfTransmissionState00💚 -40💚 -4000000000
ESP32/examples/RMT/RMT_LED_Blink00💚 -40💚 -4000000000
ESP32/examples/ResetReason/ResetReason00💚 -40💚 -4000000000
ESP32/examples/ResetReason/ResetReason200💚 -40💚 -4000000000
ESP32/examples/Serial/BaudRateDetect_Demo00💚 -40💚 -4000000000
ESP32/examples/Serial/OnReceiveError_BREAK_Demo00💚 -40💚 -4000000000
ESP32/examples/Serial/OnReceive_Demo00💚 -40💚 -4000000000
ESP32/examples/Serial/RS485_Echo_Demo00💚 -40💚 -4000000000
ESP32/examples/Serial/RxFIFOFull_Demo00💚 -40💚 -4000000000
ESP32/examples/Serial/RxTimeout_Demo00💚 -40💚 -4000000000
ESP32/examples/Serial/Serial_All_CPU_Freqs00💚 -40💚 -4000000000
ESP32/examples/Serial/Serial_STD_Func_OnReceive00💚 -40💚 -4000000000
ESP32/examples/Serial/onReceiveExample💚 -120💚 -160💚 -160💚 -100💚 -120💚 -10000
ESP32/examples/TWAI/TWAIreceive00💚 -40💚 -4000000000
ESP32/examples/TWAI/TWAItransmit00💚 -40💚 -4000000000
ESP32/examples/Template/ExampleTemplate00💚 -40💚 -4000000000
ESP32/examples/Time/SimpleTime⚠️ +760💚 -40💚 -400000--00
ESP32/examples/Timer/RepeatTimer00💚 -40💚 -4000000000
ESP32/examples/Timer/WatchdogTimer00💚 -40💚 -4000000000
ESP32/examples/Touch/TouchInterrupt00💚 -40💚 -40------00
ESP32/examples/Touch/TouchRead00💚 -40💚 -40------00
ESP32/examples/Utilities/HEXBuilder00💚 -40💚 -4000000000
ESP32/examples/Utilities/MD5Builder💚 -100💚 -120💚 -1200000💚 -12000
ESP32/examples/Utilities/SHA1Builder00💚 -120💚 -12000💚 -100💚 -12000
ESP_I2S/examples/ES8388_loopback00💚 -40💚 -4000000000
ESP_I2S/examples/Record_to_WAV00💚 -40--------00
ESP_I2S/examples/Simple_tone00💚 -40💚 -4000000000
ESPmDNS/examples/mDNS-SD_Extended⚠️ +660💚 -160💚 -120💚 -100💚 -100--00
ESPmDNS/examples/mDNS_Web_Server⚠️ +560💚 -240💚 -240💚 -220💚 -220--💚 -160
Ethernet/examples/ETH_TLK110⚠️ +780----------00
Ethernet/examples/ETH_W5500_Arduino_SPI⚠️ +760💚 -40💚 -4000000000
Ethernet/examples/ETH_W5500_IDF_SPI⚠️ +760💚 -40💚 -4000000000
Ethernet/examples/ETH_WIFI_BRIDGE⚠️ +760💚 -40💚 -400000--00
FFat/examples/FFat_Test00💚 -40💚 -4000000000
FFat/examples/FFat_time⚠️ +780💚 -40💚 -1200000--00
HTTPClient/examples/Authorization⚠️ +560💚 -200💚 -200💚 -220💚 -220--💚 -160
HTTPClient/examples/BasicHttpClient⚠️ +560💚 -200💚 -200💚 -220💚 -220--💚 -160
HTTPClient/examples/BasicHttpsClient⚠️ +560💚 -240💚 -200💚 -220💚 -220--💚 -200
HTTPClient/examples/ReuseConnection⚠️ +560💚 -200💚 -200💚 -220💚 -220--💚 -160
HTTPClient/examples/StreamHttpClient⚠️ +560💚 -200💚 -200💚 -220💚 -220--💚 -160
HTTPUpdate/examples/httpUpdate⚠️ +560💚 -200💚 -200💚 -220💚 -220--💚 -160
HTTPUpdate/examples/httpUpdateSPIFFS⚠️ +580💚 -200💚 -200💚 -220💚 -220--💚 -160
HTTPUpdate/examples/httpUpdateSecure⚠️ +560💚 -200💚 -200💚 -220💚 -220--💚 -160
HTTPUpdateServer/examples/WebUpdater⚠️ +560💚 -240💚 -240💚 -220💚 -220--💚 -160
LittleFS/examples/LITTLEFS_test00💚 -40💚 -4000000000
LittleFS/examples/LITTLEFS_time⚠️ +780💚 -40💚 -400000--00
NetBIOS/examples/ESP_NBNST⚠️ +640💚 -120💚 -120💚 -120💚 -120--00
NetworkClientSecure/examples/WiFiClientInsecure⚠️ +660💚 -120💚 -120💚 -100💚 -100--00
NetworkClientSecure/examples/WiFiClientPSK⚠️ +660💚 -120💚 -120💚 -100💚 -100--00
NetworkClientSecure/examples/WiFiClientSecure⚠️ +660💚 -120💚 -120💚 -100💚 -100--00
NetworkClientSecure/examples/WiFiClientSecureProtocolUpgrade⚠️ +540💚 -240💚 -240💚 -220💚 -220--💚 -160
NetworkClientSecure/examples/WiFiClientShowPeerCredentials⚠️ +560💚 -200💚 -200💚 -220💚 -220--💚 -160
NetworkClientSecure/examples/WiFiClientTrustOnFirstUse⚠️ +680💚 -120💚 -120💚 -100💚 -100--00
PPP/examples/PPP_Basic⚠️ +760💚 -40💚 -4000000000
PPP/examples/PPP_WIFI_BRIDGE⚠️ +760💚 -40💚 -400000--00
Preferences/examples/Prefs2Struct00💚 -40💚 -4000000000
Preferences/examples/StartCounter00💚 -40💚 -4000000000
SD/examples/SD_Test00💚 -40💚 -4000000000
SD/examples/SD_time⚠️ +780💚 -40💚 -400000--00
SD_MMC/examples/SD2USBMSC00💚 -120----------
SD_MMC/examples/SDMMC_Test00💚 -40--------00
SD_MMC/examples/SDMMC_time⚠️ +780💚 -40--------00
SPI/examples/SPI_Multiple_Buses00💚 -40💚 -4000000000
SPIFFS/examples/SPIFFS_Test00💚 -40💚 -4000000000
SPIFFS/examples/SPIFFS_time⚠️ +780💚 -40💚 -400000--00
TFLiteMicro/examples/hello_world00💚 -40💚 -4000000000
Ticker/examples/Blinker00💚 -40💚 -4000000000
Ticker/examples/TickerBasic00💚 -40💚 -4000000000
Ticker/examples/TickerParameter00💚 -40💚 -4000000000
USB/examples/CompositeDevice00💚 -120💚 -120--------
USB/examples/ConsumerControl00💚 -120💚 -120--------
USB/examples/CustomHIDDevice00💚 -120💚 -120--------
USB/examples/FirmwareMSC00💚 -120💚 -120--------
USB/examples/Gamepad00💚 -120💚 -120--------
USB/examples/HIDVendor00💚 -120💚 -120--------
USB/examples/Keyboard/KeyboardLogout00💚 -120💚 -120--------
USB/examples/Keyboard/KeyboardMessage00💚 -120💚 -120--------
USB/examples/Keyboard/KeyboardReprogram00💚 -120💚 -120--------
USB/examples/Keyboard/KeyboardSerial00💚 -120💚 -120--------
USB/examples/KeyboardAndMouseControl00💚 -120💚 -120--------
USB/examples/MIDI/MidiController00💚 -120💚 -120--------
USB/examples/MIDI/MidiInterface00💚 -120💚 -120--------
USB/examples/MIDI/MidiMusicBox00💚 -120💚 -120--------
USB/examples/MIDI/ReceiveMidi00💚 -120💚 -120--------
USB/examples/Mouse/ButtonMouseControl00💚 -120💚 -120--------
USB/examples/SystemControl00💚 -120💚 -120--------
USB/examples/USBMSC00💚 -120💚 -120--------
USB/examples/USBSerial00💚 -120💚 -120--------
USB/examples/USBVendor💚 -120💚 -240💚 -240--------
Update/examples/AWS_S3_OTA_Update⚠️ +560💚 -240💚 -240💚 -220💚 -220--💚 -160
Update/examples/HTTPS_OTA_Update⚠️ +760💚 -40💚 -400000--00
Update/examples/HTTP_Client_AES_OTA_Update⚠️ +560💚 -200💚 -200💚 -220💚 -220--💚 -160
Update/examples/HTTP_Server_AES_OTA_Update⚠️ +560💚 -160💚 -240💚 -220💚 -220--💚 -200
Update/examples/OTAWebUpdater⚠️ +580💚 -240💚 -240💚 -220💚 -220--💚 -160
Update/examples/SD_Update💚 -220💚 -240💚 -240💚 -220💚 -220💚 -220💚 -160
WebServer/examples/AdvancedWebServer⚠️ +560💚 -240💚 -320💚 -220💚 -220--💚 -160
WebServer/examples/FSBrowser⚠️ +560💚 -240💚 -240💚 -220💚 -220--💚 -160
WebServer/examples/Filters⚠️ +560💚 -240💚 -240💚 -220💚 -220--💚 -160
WebServer/examples/HelloServer⚠️ +580💚 -240💚 -480💚 -220💚 -220--💚 -160
WebServer/examples/HttpAdvancedAuth⚠️ +540💚 -240💚 -240💚 -220💚 -220--💚 -160
WebServer/examples/HttpAuthCallback⚠️ +560💚 -320💚 -240💚 -220💚 -220--💚 -200
WebServer/examples/HttpAuthCallbackInline⚠️ +560💚 -240💚 -160💚 -220💚 -220--💚 -160
WebServer/examples/HttpBasicAuth⚠️ +56000💚 -240💚 -220💚 -220--💚 -160
WebServer/examples/HttpBasicAuthSHA1⚠️ +560💚 -240💚 -240💚 -220💚 -220--💚 -200
WebServer/examples/HttpBasicAuthSHA1orBearerToken⚠️ +560💚 -240💚 -40💚 -220💚 -220--💚 -160
WebServer/examples/MultiHomedServers⚠️ +560💚 -240💚 -240💚 -220💚 -220--💚 -200
WebServer/examples/PathArgServer⚠️ +560💚 -200💚 -280💚 -220💚 -220--💚 -160
WebServer/examples/SDWebServer⚠️ +560💚 -240💚 -240💚 -220💚 -220--💚 -160
WebServer/examples/SimpleAuthentification⚠️ +560💚 -280💚 -240💚 -220💚 -220--💚 -160
WebServer/examples/UploadHugeFile⚠️ +560💚 -240💚 -320💚 -220💚 -220--💚 -160
WebServer/examples/WebServer⚠️ +560💚 -240💚 -240💚 -220💚 -220--💚 -200
WebServer/examples/WebUpdate⚠️ +560💚 -240💚 -240💚 -220💚 -220--💚 -160
WiFi/examples/FTM/FTM_Initiator⚠️ +780💚 -40💚 -400000--00
WiFi/examples/FTM/FTM_Responder⚠️ +760💚 -40💚 -400000--00
WiFi/examples/SimpleWiFiServer⚠️ +660💚 -160💚 -160💚 -120💚 -120--00
WiFi/examples/WiFiAccessPoint⚠️ +660💚 -120💚 -160💚 -120💚 -120--00
WiFi/examples/WiFiClient⚠️ +680💚 -160💚 -120💚 -100💚 -100--00
WiFi/examples/WiFiClientBasic⚠️ +680💚 -160💚 -160💚 -120💚 -120--00
WiFi/examples/WiFiClientConnect⚠️ +780⚠️ +120💚 -400000--00
WiFi/examples/WiFiClientEvents⚠️ +760💚 -40💚 -400000--00
WiFi/examples/WiFiClientStaticIP⚠️ +680💚 -120💚 -160💚 -100💚 -100--00
WiFi/examples/WiFiExtender⚠️ +760💚 -40💚 -400000--00
WiFi/examples/WiFiIPv6⚠️ +760💚 -40💚 -400000--00
WiFi/examples/WiFiMulti⚠️ +640💚 -160💚 -160💚 -120💚 -120--00
WiFi/examples/WiFiMultiAdvanced⚠️ +560💚 -200💚 -200💚 -220💚 -220--💚 -160
WiFi/examples/WiFiScan⚠️ +780💚 -40💚 -400000--00
WiFi/examples/WiFiScanAsync⚠️ +760💚 -40💚 -400000--00
WiFi/examples/WiFiScanDualAntenna⚠️ +780💚 -40💚 -400000--00
WiFi/examples/WiFiScanTime⚠️ +800💚 -40💚 -400000--00
WiFi/examples/WiFiTelnetToSerial⚠️ +660💚 -160💚 -200💚 -120💚 -120--00
WiFi/examples/WiFiUDPClient⚠️ +800💚 -40💚 -400000--00
Wire/examples/WireMaster00💚 -40💚 -4000000000
Wire/examples/WireScan00💚 -40💚 -4000000000
Wire/examples/WireSlave00💚 -40💚 -4000000000
BLE/examples/BLE5_extended_scan--💚 -240--💚 -220💚 -220💚 -220--
BLE/examples/BLE5_multi_advertising--💚 -240--💚 -220💚 -220💚 -220--
BLE/examples/BLE5_periodic_advertising--💚 -240--💚 -220💚 -220💚 -220--
BLE/examples/BLE5_periodic_sync--💚 -360--💚 -220💚 -220💚 -220--
BLE/examples/Beacon_Scanner--💚 -240--💚 -220💚 -220💚 -220💚 -200
BLE/examples/Client--💚 -240--💚 -220💚 -220💚 -220💚 -160
BLE/examples/EddystoneTLM_Beacon--💚 -240--💚 -220💚 -220💚 -220💚 -160
BLE/examples/EddystoneURL_Beacon--💚 -240--💚 -220💚 -220💚 -220💚 -160
BLE/examples/Notify--💚 -240--💚 -220💚 -220💚 -220💚 -160
BLE/examples/Scan--💚 -240--💚 -220💚 -220💚 -220💚 -160
BLE/examples/Server--💚 -280--💚 -220💚 -220💚 -220💚 -160
BLE/examples/Server_multiconnect--💚 -240--💚 -220💚 -220💚 -220💚 -200
BLE/examples/UART--💚 -200--💚 -220💚 -220💚 -220💚 -160
BLE/examples/Write--💚 -200--💚 -220💚 -220💚 -220💚 -160
BLE/examples/iBeacon--💚 -200--💚 -220💚 -220💚 -220💚 -160
ESP32/examples/Camera/CameraWebServer--‼️ +5K⚠️ +496‼️ +4K⚠️ +12------‼️ +12K⚠️ +68
ESP32/examples/DeepSleep/ExternalWakeUp--💚 -160💚 -160------00
ESP_NOW/examples/ESP_NOW_Broadcast_Master--💚 -40💚 -400000--00
ESP_NOW/examples/ESP_NOW_Broadcast_Slave--💚 -40💚 -400000--00
ESP_NOW/examples/ESP_NOW_Network--💚 -40💚 -400000--00
ESP_NOW/examples/ESP_NOW_Serial--💚 -40💚 -400000--00
ESP_SR/examples/Basic--💚 -40----------
HTTPClient/examples/HTTPClientEnterprise--💚 -200💚 -200💚 -220💚 -220--💚 -200
Insights/examples/DiagnosticsSmokeTest--💚 -40💚 -400000--00
Insights/examples/MinimalDiagnostics--💚 -40💚 -400000--00
Matter/examples/MatterColorLight--💚 -40💚 -400000--00
Matter/examples/MatterCommissionTest--💚 -40💚 -400000--00
Matter/examples/MatterComposedLights--💚 -40💚 -400000--00
Matter/examples/MatterContactSensor--💚 -40💚 -400000--00
Matter/examples/MatterDimmableLight--💚 -40💚 -400000--00
Matter/examples/MatterEnhancedColorLight--💚 -40💚 -400000--00
Matter/examples/MatterFan--💚 -40💚 -400000--00
Matter/examples/MatterHumiditySensor--💚 -40💚 -400000--00
Matter/examples/MatterMinimum--💚 -40💚 -400000--00
Matter/examples/MatterOccupancySensor--💚 -40💚 -400000--00
Matter/examples/MatterOnIdentify--💚 -40💚 -400000--00
Matter/examples/MatterOnOffLight--💚 -40💚 -400000--00
Matter/examples/MatterOnOffPlugin--💚 -40💚 -400000--00
Matter/examples/MatterPressureSensor--💚 -40💚 -400000--00
Matter/examples/MatterSmartButon--💚 -40💚 -400000--00
Matter/examples/MatterTemperatureLight--💚 -40💚 -400000--00
Matter/examples/MatterTemperatureSensor--💚 -40💚 -400000--00
Matter/examples/MatterThermostat--💚 -160💚 -160💚 -120💚 -120--00
Matter/examples/WiFiProvWithinMatter--💚 -40💚 -400000--00
NetworkClientSecure/examples/WiFiClientSecureEnterprise--💚 -120💚 -120💚 -100💚 -100--00
RainMaker/examples/RMakerCustom--💚 -40💚 -400000--00
RainMaker/examples/RMakerCustomAirCooler--💚 -40💚 -400000----
RainMaker/examples/RMakerSonoffDualR3--💚 -40💚 -400000----
RainMaker/examples/RMakerSwitch--💚 -40💚 -400000--00
SimpleBLE/examples/SimpleBleDevice--💚 -240--💚 -180💚 -180💚 -200💚 -160
WebServer/examples/Middleware--💚 -320💚 -280💚 -220💚 -220--💚 -160
WiFi/examples/WPS--💚 -40💚 -400000--00
WiFi/examples/WiFiBlueToothSwitch--💚 -40--0000--00
WiFi/examples/WiFiClientEnterprise--💚 -120💚 -120💚 -100💚 -100--00
WiFi/examples/WiFiSmartConfig--💚 -40💚 -400000--00
WiFiProv/examples/WiFiProv--💚 -40💚 -400000--00
OpenThread/examples/COAP/coap_lamp--------💚 -120💚 -120--
OpenThread/examples/COAP/coap_switch--------💚 -120💚 -100--
OpenThread/examples/SimpleCLI--------💚 -120💚 -100--
OpenThread/examples/SimpleNode--------💚 -100💚 -100--
OpenThread/examples/SimpleThreadNetwork/ExtendedRouterNode--------💚 -100💚 -100--
OpenThread/examples/SimpleThreadNetwork/LeaderNode--------💚 -120💚 -100--
OpenThread/examples/SimpleThreadNetwork/RouterNode--------💚 -100💚 -120--
OpenThread/examples/ThreadScan--------💚 -120💚 -120--
OpenThread/examples/onReceive--------💚 -120💚 -100--
Zigbee/examples/Zigbee_CarbonDioxide_Sensor--------0000--
Zigbee/examples/Zigbee_Color_Dimmable_Light--------0000--
Zigbee/examples/Zigbee_Color_Dimmer_Switch--------0000--
Zigbee/examples/Zigbee_Contact_Switch--------0000--
Zigbee/examples/Zigbee_Dimmable_Light--------0000--
Zigbee/examples/Zigbee_Occupancy_Sensor--------0000--
Zigbee/examples/Zigbee_On_Off_Light--------0000--
Zigbee/examples/Zigbee_On_Off_Switch--------0000--
Zigbee/examples/Zigbee_Pressure_Flow_Sensor--------0000--
Zigbee/examples/Zigbee_Scan_Networks--------0000--
Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy--------0000--
Zigbee/examples/Zigbee_Temperature_Sensor--------0000--
Zigbee/examples/Zigbee_Thermostat--------0000--
Zigbee/examples/Zigbee_Window_Covering--------0000--
BluetoothSerial/examples/DiscoverConnect------------💚 -240
BluetoothSerial/examples/GetLocalMAC------------💚 -160
BluetoothSerial/examples/SerialToSerialBT------------💚 -160
BluetoothSerial/examples/SerialToSerialBTM------------💚 -280
BluetoothSerial/examples/SerialToSerialBT_Legacy------------💚 -160
BluetoothSerial/examples/SerialToSerialBT_SSP------------⚠️ +1040
BluetoothSerial/examples/bt_classic_device_discovery------------💚 -160
BluetoothSerial/examples/bt_remove_paired_devices------------💚 -160
ESP32/examples/DeepSleep/SmoothBlink_ULP_Code------------00
Ethernet/examples/ETH_LAN8720------------00

@TD-er
Copy link
Contributor Author

TD-er commented Feb 6, 2025

Included in single PR: #10945

@TD-er TD-er closed this Feb 6, 2025
@TD-er TD-er deleted the patch-3 branch February 6, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants