Arduno stays active

Support for Arduino in combination with Air Manager and Air Player

Moderators: russ, Ralph

Post Reply
Message
Author
k8jb
Posts: 30
Joined: Mon Jun 07, 2021 5:04 pm

Arduno stays active

#1 Post by k8jb »

Not a big deal, but I noticed my Arduino Micro keeps running (light stays lit) after I close a panel. When the panel is up, it blinks as it should. Only way I can apparently reset the Arduino is by closing AirManager and restarting so it appears its still trying to communicate with a nonexistent panel. restarting a panel seems to leave AirManager doing whatever it was trying to do as well as access the panel and switch hardware.

John

User avatar
Sling
Posts: 5237
Joined: Mon Sep 11, 2017 2:37 pm
Contact:

Re: Arduno stays active

#2 Post by Sling »

You can use the event_subscribe() function to set the Pin states upon panel closing if that’s what you need. If you mean the boards own led then it will probably still remain because the board is still connected to Air Manager.

Post Reply