From 981a96f7680cf285ec8d196ad527766b467ad9ac Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 25 Feb 2025 21:52:14 +0100 Subject: update comments, relicensing derived code as GPL-3+ --- mussel2/mussel2.ino | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'mussel2') 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 - - which is based on pcbreflux's Arduino ESP32 port - of Neil Kolban's example for IDF: - -*/ +/// 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 +/// +/// Based on example `libraries/BLE/examples/iBeacon/iBeacon.ino` +/// in project . /* Create a BLE server that will send periodic iBeacon frames. -- cgit v1.2.3