Fix missing Arduino include in Bluetooth

This commit is contained in:
TheBeadster 2025-06-30 20:26:55 +01:00
parent 84e3734c46
commit a0c9c787a4

View file

@ -11,6 +11,7 @@
// GNU General Public License for more details.
#pragma once
#include <Arduino.h>
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.