whaleygeek / anyio

A GPIO Package that works on any platform
Other
18 stars 19 forks source link

Add messages to findport #3

Closed whaleygeek closed 10 years ago

whaleygeek commented 10 years ago

From: skpang

When it has done the scan and you say "do you want to remember", make it display a message saying "your device has been remembered". Perhaps also say "running your program now..."

Otherwise it just starts the program and if there is a bug in your program, you don't know it has started.

whaleygeek commented 10 years ago

I'm not completely sure whether I want to do this or not. Any normal GPIO program on the Raspberry Pi doesn't say "now running the program", so it seems unusal to do this.

Perhaps though I could make it display this message only after the port scanning process. I don't really want to change this now as it's just about to have a snapshot taken for other projects and I don't have time to re-test it on all platforms. I'll hold this one open and perhaps add it in a later release.

whaleygeek commented 10 years ago

I have just added a message that displays "now running your program", at the end of the first autoscan process. Tested and it works.