send2vinnie / artisan

Automatically exported from code.google.com/p/artisan
GNU General Public License v3.0
1 stars 0 forks source link

TC4 error in log file #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm getting the error below repeated in the artisan.exe.log file.

Possibly something to do with my TC4 code running on a PICAXE?

The ET and BT graphs are being drawn correctly.

Traceback (most recent call last):
  File "artisan.py", line 375, in timerEvent
  File "artisan.py", line 713, in ARDUINOTC4
  File "artisan.py", line 9176, in ARDUINOTC4temperature
ValueError: need more than 1 value to unpack

Original issue reported on code.google.com by brad.col...@gmail.com on 5 Apr 2011 at 12:46

GoogleCodeExporter commented 9 years ago
Made the code parsing the messages from the TC4 more robust.
Thanks for reporting.

Original comment by luther.m...@gmail.com on 6 Apr 2011 at 6:41