1. 22 Apr, 2024 1 commit
  2. 19 Apr, 2024 9 commits
  3. 18 Apr, 2024 3 commits
  4. 15 Apr, 2024 1 commit
  5. 29 Mar, 2024 1 commit
  6. 22 Mar, 2024 1 commit
  7. 20 Mar, 2024 1 commit
  8. 19 Mar, 2024 1 commit
  9. 16 Mar, 2024 1 commit
  10. 13 Mar, 2024 1 commit
  11. 10 Mar, 2024 1 commit
  12. 06 Mar, 2024 2 commits
  13. 05 Mar, 2024 1 commit
  14. 23 Feb, 2024 1 commit
  15. 16 Feb, 2024 2 commits
  16. 14 Feb, 2024 2 commits
  17. 13 Feb, 2024 1 commit
  18. 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
  19. 11 Feb, 2024 1 commit
  20. 10 Feb, 2024 1 commit
  21. 09 Feb, 2024 2 commits
  22. 07 Feb, 2024 1 commit
  23. 06 Feb, 2024 2 commits