move to arduino app

This commit is contained in:
Harald Pichler 2016-08-12 07:50:17 +02:00
parent 6e67d1415c
commit 9408743938

View file

@ -46,12 +46,10 @@ void setup (void)
rest_activate_resource(&res_event, "s/button");
// rest_activate_resource (&res_battery, "p/server");
NETSTACK_MAC.off(1);
// NETSTACK_MAC.off(1);
}
void loop (void)
{
mcu_sleep_off();
mcu_sleep_on();
}