Всякие тесты неинтересные
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#include "Config.h"
|
||||
#ifdef SIGNAL_PROBE_FIRMWARE
|
||||
#include "SignalProbe.h"
|
||||
SignalProbe app;
|
||||
#else
|
||||
#include "App.h"
|
||||
App app;
|
||||
#endif
|
||||
|
||||
void setup() { app.begin(); }
|
||||
void loop() { app.update(); }
|
||||
|
||||
Reference in New Issue
Block a user