Eww a bug! (UPDATE!)
Oops! Just discovered a bug in ChangeLogs’ entry types. Entries don’t update when an entry type is changed/removed! Other entry data is safe and you can update the entry type by editing the entry and selecting a new entry type.
Next update should be very soon and will include a fix for this unfortunate mishap :)
Update: So it appears that this bug is a bit worse than I thought! It appears that when editing a previous entry that the automatic selection of its entry type isn’t working after changing/deleting an entry type… :(
It appears that the entry type is still there just not being selected :\
But fear not! Both bugs will be fixed in the next version of ChangeLogs :)
What’s in this version:
- Switched edit screen entry type selection to use radio buttons to make it clearer which entry type is selected.
- Using menu button for saving changes in edit screen now.
- Switch some fonts to be less BOLD
- Changed back button behavior on edit screen to prompt the user to save changes rather than just saving them.
- App2SD Support
Email from Arduino using emails from a file.
This is a little bit of code I wrote for a project I am currently working on that I would like to share with the community.
What this does is sends out a large number of emails to a list of email addresses stored in a file on an SD card. This code has been working great on an Arduino UNO with the official ethernet shield.
Here is a paistbin of the code. http://pastebin.com/VMj7UNqU
Code uses the SD, and ethernet libraries provided with Arduino 0022.
Please feel free to modify this code, improve it, spread it, etc.




