1. 09 8月, 2022 1 次提交
  2. 08 8月, 2022 6 次提交
  3. 01 8月, 2022 2 次提交
  4. 28 7月, 2022 3 次提交
  5. 27 7月, 2022 3 次提交
  6. 26 7月, 2022 7 次提交
  7. 25 7月, 2022 2 次提交
  8. 20 7月, 2022 3 次提交
  9. 19 7月, 2022 1 次提交
  10. 18 7月, 2022 2 次提交
  11. 15 7月, 2022 2 次提交
  12. 14 7月, 2022 2 次提交
  13. 06 7月, 2022 6 次提交
    • S
      Rainmaker library extension (#6813) · c93bf11f
      sivar2311 提交于
      * Added definitions for various parameters and UI types.
      
      * Overload for `const char*` added.
      
      * Function `addValidStrList` added.
      This is needed for mode parameters (see example RMakerCustomAirCooler.ino).
      
      * Example of a custom device that uses toggle, mode and range parameters.
      
      * Revert: Added definitions for various parameters and UI types.
      
      * Fixed declaration for addValidStrList
      
      * Fixed missing gpio definition for ESP32C3 target
      Co-authored-by: NMe No Dev <me-no-dev@users.noreply.github.com>
      c93bf11f
    • T
      WIP; Reworked HiFreq_ADC example; Closing #6832 (#6917) · 1b1c36ec
      Tomáš Pilný 提交于
      Description of Change
      
      Original code does not work (crashing) - related issue #6832 - now fixed.
      Extended description to be more helpful.
      Added options to modify the setup at the top of the code via constants.
      Added option do plot with Arduino Serial plotter.
      Even if the crashing was solved alone the ledc PWM would not output any signal.
      
      Tests scenarios
      
      Tested on ESP32 with oscilloscope and signal generator.
      
      Related links
      
      Closing #6832
      1b1c36ec
    • A
      Update ssl_client.cpp (#6942) · 949aa27f
      Anx2k 提交于
      Fixed issue with ssl_client->socket being closed without being consistently set to -1.  Changed close to lwip_close to be consistent with lwip_socket, resolved issue with long term assert after 4+ days (assert failed: lock_release_generic locks.c:186).
      Co-authored-by: NMe No Dev <me-no-dev@users.noreply.github.com>
      949aa27f
    • M
      IDF release/v4.4 (#6910) · 666c66d3
      Me No Dev 提交于
      * Add changes required for the new memory configs
      
      * IDF release/v4.4 6c5fb29c2c
      
      * IDF release/v4.4 c9140caf8c
      666c66d3
    • J
      Add Wemos D1 Uno R32 (#6944) · 9a9e3e59
      jerry-jho 提交于
      9a9e3e59
    • R
      Fixes wrong #define for BUTTON (#6941) · 4b08182c
      Rodrigo Garcia 提交于
      4b08182c