Skip to content

Instantly share code, notes, and snippets.

View swerveshot's full-sized avatar

Rudolf Kleijwegt swerveshot

View GitHub Profile
@swerveshot
swerveshot / wireshark-display-filters.json
Last active November 14, 2023 08:44
Wireshark display filters
{
"Button Label": "Duplicate Address",
"Filter Expression": "arp.duplicate-address-detected",
"Comment": "Check if use of duplicate IPs is detected"
},
{
"Button Label": "Gratuitous ARP",
"Filter Expression": "arp.isgratuitous",
"Comment": "Announce IP - used by WFCS"
},
@swerveshot
swerveshot / ac-office.yaml
Created October 28, 2025 07:39
Working config containing MhiAcCtrl and bluetooth_proxy on a ESP32 board with 4 MB of flash
# ac-office.yaml
esphome:
name: ac-office
friendly_name: ${devicename}
min_version: 2024.6.0
# platformio_options:
# board_build.f_cpu: 160000000L
esp32: