* compiles with PlatformIO

This commit is contained in:
lumapu 2022-06-30 22:28:54 +02:00
parent b9cec55849
commit aeb63f5d31
15 changed files with 39 additions and 335 deletions

View file

@ -6,11 +6,11 @@
#ifndef __APP_H__
#define __APP_H__
#include "main.h"
#include <RF24.h>
#include <RF24_config.h>
#include "defines.h"
#include "main.h"
#include "CircularBuffer.h"
#include "hmSystem.h"