that didn't hurt at all

This commit is contained in:
Thomas Göttgens 2023-01-21 15:07:30 +01:00
parent 811ac15a81
commit 9ebe24e680
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef BLEOTA_H
#define BLEOTA_H
#include <Arduino.h>
#include <functional>
class BleOta

View File

@ -1,5 +1,7 @@
#pragma once
#include <Arduino.h>
class NRF52Bluetooth
{
public: