mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-06-25 04:21:07 +02:00
Waterfall chart to capture history of detections
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#include <unity.h>
|
||||
|
||||
void test_rssi();
|
||||
void test_detect();
|
||||
void test_push();
|
||||
|
||||
void setUp(void) {}
|
||||
|
||||
void tearDown(void) {}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
UNITY_BEGIN();
|
||||
|
||||
RUN_TEST(test_rssi);
|
||||
RUN_TEST(test_detect);
|
||||
|
||||
RUN_TEST(test_push);
|
||||
|
||||
UNITY_END();
|
||||
}
|
||||
Reference in New Issue
Block a user