remove: lmdb
add: sqlite add: new commands
This commit is contained in:
parent
a37bdc4870
commit
9602e6e937
33 changed files with 1403 additions and 752 deletions
src/runners
|
@ -6,10 +6,10 @@
|
|||
#include <drivers.h>
|
||||
|
||||
void
|
||||
runner_test(controller_t *controller)
|
||||
runner_test()
|
||||
{
|
||||
// from x down to 0 to turn all relays off in the end
|
||||
for(uint_fast8_t i = 0; i < controller->relay_count; ++i)
|
||||
for(uint_fast8_t i = 0; i < global_config.relay_count; ++i)
|
||||
{
|
||||
for(int test_run = 2; test_run >= 0; --test_run)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue