1. 16 Feb, 2024 2 commits
  2. 14 Feb, 2024 2 commits
  3. 13 Feb, 2024 1 commit
  4. 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
  5. 11 Feb, 2024 1 commit
  6. 10 Feb, 2024 1 commit
  7. 09 Feb, 2024 2 commits
  8. 07 Feb, 2024 1 commit
  9. 06 Feb, 2024 3 commits
  10. 02 Feb, 2024 3 commits
  11. 01 Feb, 2024 2 commits
  12. 31 Jan, 2024 2 commits
  13. 30 Jan, 2024 2 commits
  14. 29 Jan, 2024 1 commit
  15. 28 Jan, 2024 2 commits
  16. 22 Jan, 2024 1 commit
  17. 20 Jan, 2024 3 commits
  18. 12 Jan, 2024 1 commit
  19. 10 Jan, 2024 1 commit
  20. 05 Jan, 2024 1 commit
  21. 04 Jan, 2024 1 commit
  22. 03 Jan, 2024 2 commits
  23. 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
  24. 27 Dec, 2023 1 commit