Anna Oake

Results 7 issues of Anna Oake

As I can see, all the beacon [examples](https://github.com/seemoo-lab/openhaystack/blob/main/Firmware/Linux_HCI/HCI.py#L15) use `0x4c00` (Apple) as a company ID in the advertisement payload. There is also [some code](https://github.com/seemoo-lab/openhaystack/blob/cf5103f62fab29089c13174976cdb272d472eed5/OpenHaystack/OpenHaystack/HaystackApp/Bluetooth/Advertisement.swift#L38) that checks if company ID equals...

question

Fixes #1 issue. Also fixed minor .gitignore issue and made service groups appear after single services, since it's much more logical for me.

# What's new - New web updater domain # Verification - Check the link from the comments below works # Checklist (For Reviewer) - [ ] PR has description of...

# What's new - Made `power debug` look like `power info` and `device info` for the sake of consistency. - Added power debug to RPC # Verification - Check that...

core+services

Events look like a better replacement for logProgress, logError, etc. They could work the same way "connect" and "disconnect" events do.

# What's new - WS: add protocol Vauno EN8822C (thermometer/hygrometer) The implementation is a port from rtl_433 based on kedsum_th.c. It performs well and reliably decodes transmissions from my sensor...

I have buildbot-nix configured like this: ```nix services.buildbot-nix.master.branches = { all-branches = { matchGlob = "*"; registerGCRoots = false; }; }; ``` My goal is to build all branches and...