8 lines
151 B
C
8 lines
151 B
C
#include "test.h"
|
|
#include "main.h"
|
|
|
|
void test_buttons() {
|
|
channel_init("testdata/testconfig0.json");
|
|
channel_init("testdata/testconfig1.json");
|
|
}
|