Updated esp32 target, updated github actions

This commit is contained in:
Magnus Persson
2022-03-11 08:14:46 +01:00
parent 2d1317af0d
commit 036e10cd5d
8 changed files with 53 additions and 23 deletions

View File

@ -26,10 +26,10 @@ SOFTWARE.
#if defined (ESP32)
#include <NimBLEDevice.h>
#include <NimBLEBeacon.h>
#include <main.hpp>
#include <config.hpp>
#include "NimBLEDevice.h"
#include "NimBLEBeacon.h"
class BleSender {
private: