Skip to content

Tags: OpenHD/wifibroadcast

Tags

v2.5.0-beta3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Likely bind phrase mismatch feature (#13)

* rename encryption and move option out of constructor (just use the set_...)
Fix comp unit test

* rename encryption and move option out of constructor (just use the set_...)
Fix comp unit test

* encryption in WBTx - default to true

* add option to debug packets variance

* keys

* upload keys

* fix unit tests

* fix unit tests

* encrypton - add bind phrase feature

* encrypton - add bind phrase feature

* encrypton - add bind phrase feature

* encrypton - add bind phrase feature

* encrypton - add bind phrase feature

* encrypton - add bind phrase feature

* encrypton - add bind phrase feature

* encrypton - add bind phrase feature

* encrypton - add bind phrase feature

* encrypton - add bind phrase feature

* encrypton - add bind phrase feature

* this option is obsolete

* encryption add bind phrase feature

* encryption add bind phrase feature

* encryption add bind phrase feature

* encryption add bind phrase feature

* encryption add bind phrase feature

* encryption add bind phrase feature

* encryption add bind phrase feature

* encryption add bind phrase feature

* encryption add bind phrase feature

* add likely wrong bind phrase feature

* add likely wrong bind phrase feature

v2.4.2

fix comp after merge

v3.2.2

fix print in fec lib

v3.2.1

remove this assertion, in case there is a gap of N blocks it would fail

v3.2.0

improve debug output

vX5.0

default to flush interval of -1 (which means behaviour is exactly as …

…it was without a flush interval before)

vX4.2

move headers around following the guideline "" before <>

vX4.1

Use -std=c++17 instead of -std=gnu++17

vX4.0

work on rssi and remove header <bit>

vX3.0

use std::cerr instead of printf(stderr)