X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/9fc655f438435e0c040666918537bb6275851f7f..f92cc29e3a34d7bcc10dbdb374987bb89a928eb4:/Projects/TempDataLogger/TempLogHostApp_Python/temp_log_config.py?ds=sidebyside diff --git a/Projects/TempDataLogger/TempLogHostApp_Python/temp_log_config.py b/Projects/TempDataLogger/TempLogHostApp_Python/temp_log_config.py index f42d02f8c..e68e8e2b5 100644 --- a/Projects/TempDataLogger/TempLogHostApp_Python/temp_log_config.py +++ b/Projects/TempDataLogger/TempLogHostApp_Python/temp_log_config.py @@ -1,6 +1,6 @@ """ LUFA Library - Copyright (C) Dean Camera, 2013. + Copyright (C) Dean Camera, 2016. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org @@ -53,7 +53,7 @@ def configure_temp_log_device(device, time_date, log_interval_500ms): # Followed by the time/date data report_data.extend([time_date.hour, time_date.minute, time_date.second, time_date.day, - time_date.month, time_date.year]) + time_date.month, time_date.year - 2000]) # Lastly the log interval in 500ms units of time report_data.extend([log_interval_500ms])