Search found 2 matches

by bggnet
Thu Jul 19, 2012 5:58 pm
Forum: NetBurner Software
Topic: Daylight savings time changeover
Replies: 0
Views: 3891

Daylight savings time changeover

In testing some changes to handle the DST changeover, I find that spring is working, fall is not.
my code is simple:
if ( SetTimeNTPFromPool() )
{
tzsetchar("EST5EDT4");
}
else {...}

I even tried the full environment variable:
"EST5EDT4,M3.2.0/02:00:00,M11.1.0/02:00:00"
To test, I have a ...
by bggnet
Mon Jan 23, 2012 8:53 am
Forum: NetBurner Software
Topic: Send mail attachment
Replies: 0
Views: 2684

Send mail attachment

Using the example SendMailAttachmentEFFS - I'm trying to send a text file from the SD card. "Almost" works... but I had to change the MIME to CONTENT_TYPE_PLAIN_TEXT_ATTACH from Binary and remove the Base64encode call. The problem is the attachment has extra data at the end of the attachment that ...