diff options
Diffstat (limited to 'mussel1')
-rw-r--r-- | mussel1/mussel1.ino | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/mussel1/mussel1.ino b/mussel1/mussel1.ino index c59f78b..00a9ec3 100644 --- a/mussel1/mussel1.ino +++ b/mussel1/mussel1.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> -*/ +/// mussel1 - 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. |