Harlequin
Harlequin
Looks like it will need a re-write to use the __flash keyword for variables accessing progmem, which would be compatible with 4.7 avr compiler. That would break compatibility with the...
Hi, this should have been handle by the following line in WiFlyHQ.h: #if (ARDUINO >= 103) typedef const char PROGMEM prog_char; #endif Actually, if you are building for an ARM...
Ah yes, they have not been updated in a while. I'll find some time to check and update them and add support for the latest Arduino IDE.
Great that its mostly working for you. The exit problem sounds like a symptom of a comms problem. If you make the change you've suggested, does your WiFly respond to...
Looks like that will need some design and debug work. I'll add it to the feature requests. If you do get it going in the meantime, please consider forking the...
negative, however it should be an easy feature to add.
Looks great. If you fork the repo, make your change and push it, and then do a pull request I can add the change. Let me know if run into...
Thanks for the bug report. I'll try out your fix and see if I can fix the connected flag status.
That change would basically stop the code looking for a prompt if it didn't see one immediately after the "show c" command. The gotPrompt boolean is used to flag whether...
The reboot (reset) was actually being triggered by the XBee carrier connected back to the Arduino when the WiFly rebooted. Not all of the carrier boards do this, so yes...