diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-02-25 21:52:14 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-02-25 21:52:27 +0100 |
commit | 981a96f7680cf285ec8d196ad527766b467ad9ac (patch) | |
tree | 4293ff1895eb19627d5c6084bdac258241aaf332 /mussel2 | |
parent | ee0b045db19668e1d06a73386df2cf04a129d9a0 (diff) |
update comments, relicensing derived code as GPL-3+
Diffstat (limited to 'mussel2')
-rw-r--r-- | mussel2/mussel2.ino | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/mussel2/mussel2.ino b/mussel2/mussel2.ino index ea89311..d7ad816 100644 --- a/mussel2/mussel2.ino +++ b/mussel2/mussel2.ino @@ -1,10 +1,11 @@ -/* - Based on 31337Ghost's reference code from -<https://github.com/nkolban/esp32-snippets/issues/385#issuecomment-362535434> - which is based on pcbreflux's Arduino ESP32 port - of Neil Kolban's example for IDF: -<https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleScan.cpp> -*/ +/// mussel2 - mussel voter influenced by time +/// +/// SPDX-License-Identifier: GPL-3.0-or-later +/// SPDX-FileCopyrightText: 2015-2023 Espressif Systems +/// SPDX-FileCopyrightText: 2025 Jonas Smedegaard <dr@jones.dk> +/// +/// Based on example `libraries/BLE/examples/iBeacon/iBeacon.ino` +/// in project <https://github.com/espressif/arduino-esp32/>. /* Create a BLE server that will send periodic iBeacon frames. |