feat: add Test for WifiConnect API
This commit is contained in:
@ -1,12 +1,16 @@
|
||||
#ifndef TESTING
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "Program.h"
|
||||
|
||||
Program* program;
|
||||
|
||||
void setup() {
|
||||
program = new Program();
|
||||
program = new Program();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
program->loop();
|
||||
program->loop();
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user