1. 12 Feb, 2024 3 commits
    • Earle F. Philhower, III's avatar
      Update version · 91c007eb
      Earle F. Philhower, III authored
      91c007eb
    • ardnew's avatar
      Update README.md (#1999) · b29f6b92
      ardnew authored
      The `Picoprobe` example showing how to upload to Ubuntu is invalid because Ubuntu does not create or assign users to a `users` group (for many major releases, now). 
      
      The reason the example worked is because the permissions were applied globally, rendering the `GROUP=users` assignment in the rule irrelevant. Hence, this assignment has been dropped.  
      
      The `pico-debug` example has been updated similarly, but it uses a proper group-level rule, and Ubuntu does still use group `plugdev`. 
      
      The reader thus has two good examples of creating `udev` rules.
      b29f6b92
    • Earle F. Philhower, III's avatar
      Fix WiFiMulti and ESPhost STA connection w/BSSID (#2001) · 40e52f84
      Earle F. Philhower, III authored
      WiFiMulti specifies a specific BSSID, in addition to the AP name and
      password.  In the WiFi core the BSSID is stored as the raw 6-byte MAC
      address, but the ESPHostedFG firmware expects a formatted C-String
      (i.e. "ab:cd:ef:01:02:03" instead of {0xab, 0xcd, 0xef, 1, 2, 3})
      
      Convert the raw bytes to the string format expected in the ESP FW.
      40e52f84
  2. 11 Feb, 2024 1 commit
  3. 10 Feb, 2024 1 commit
  4. 09 Feb, 2024 2 commits
  5. 07 Feb, 2024 1 commit
  6. 06 Feb, 2024 3 commits
  7. 02 Feb, 2024 3 commits
  8. 01 Feb, 2024 2 commits
  9. 31 Jan, 2024 2 commits
  10. 30 Jan, 2024 2 commits
  11. 29 Jan, 2024 1 commit
  12. 28 Jan, 2024 2 commits
  13. 22 Jan, 2024 1 commit
  14. 20 Jan, 2024 3 commits
  15. 12 Jan, 2024 1 commit
  16. 10 Jan, 2024 1 commit
  17. 05 Jan, 2024 1 commit
  18. 04 Jan, 2024 1 commit
  19. 03 Jan, 2024 2 commits
  20. 02 Jan, 2024 1 commit
    • Steve Bian's avatar
      Adds definition for WIRE_INTERFACES_COUNT #1182 (#1921) · 04255520
      Steve Bian authored
      * Adds definition for WIRE_INTERFACES_COUNT so those libraries which rely on it can detect and use...
      
      Wire1. e.g. u8g2 will not use Wire1 unless this is (a) defined and (b) >1. This constant is defined
      on other cores, e.g. for SAMD based boards.
      04255520
  21. 27 Dec, 2023 1 commit
  22. 26 Dec, 2023 1 commit
  23. 25 Dec, 2023 1 commit
  24. 20 Dec, 2023 2 commits
  25. 13 Dec, 2023 1 commit