Skip to content

Commit

Permalink
Update Tesla_charger_Tom_v2_test.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-evnut authored Dec 8, 2017
1 parent 97453da commit f3dd10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tesla_charger_Tom_v2_test.ino
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ template<class T> inline Print &operator <<(Print &obj, T arg) { obj.print(arg);


//*********GENERAL VARIABLE DATA ******************
int debug = 1; // 1 = show canbus feedback
int debug = 0; // 1 = show canbus feedback

uint16_t voltset = 0;
uint16_t curset = 0;
Expand Down

0 comments on commit f3dd10e

Please sign in to comment.