]> git.scottworley.com Git - tattlekey/history - client
client: Work in 1-second granularity
[tattlekey] / client /
2023-10-09 Scott Worleyclient: Work in 1-second granularity
2023-10-09 Scott Worleyclient: Send each report multiple times
2023-10-09 Scott Worleyclient: Less chatty with the LED
2023-10-09 Scott Worleyclient: debounce
2023-10-08 Scott Worleyclient: Initial wifi connection time: 10s → 90s
2023-10-08 Scott Worleyclient: Don't sleep in interrupt context
2023-10-08 Scott Worleyclient: Respond to button press
2023-10-08 Scott Worleyclient: Explain config settings
2023-10-08 Scott Worleyclient: net: Fix port byte order
2023-10-08 Scott Worleyclient: Send UDP packets
2023-10-08 Scott Worleyclient: Move config to config.c
2023-09-30 Scott Worleyclient: Move blink stuff to separate file
2023-09-29 Scott Worleyclient: Connect to wifi
2023-09-29 Scott Worleyclient: Fancier blinking
2023-09-29 Scott Worleyclient: Build wifi deps
2023-09-29 Scott Worleyclient: Get lwipopts.h from pico-examples
2023-09-29 Scott Worleyclient: Build in a Debian VM
2023-09-29 Scott Worleyclient: Use standard <nixpkgs>
2023-09-29 Scott Worleyclient: Install the .uf2
2023-09-29 Scott Worleyclient: Switch to pico_w blink example
2023-09-28 Scott Worleyclient: Start with the 'blink' example