that didn't hurt at all

This commit is contained in:
Thomas Göttgens
2023-01-21 21:23:24 +01:00
parent 811ac15a81
commit 9ebe24e680
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
#ifndef BLEOTA_H
#define BLEOTA_H
#include <Arduino.h>
#include <functional>
class BleOta
+2
View File
@@ -1,5 +1,7 @@
#pragma once
#include <Arduino.h>
class NRF52Bluetooth
{
public: