Skip to content

Commit

Permalink
missing grounds pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-evnut committed Feb 27, 2018
1 parent 02fcbc0 commit 8011684
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gen2TeslaCharger/Gen2TeslaCharger.ino
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ void Charger_msgs()
outframe.extended = 0; // Extended addresses - 0=11-bit 1=29bit
outframe.rtr = 0; //No request
outframe.data.bytes[0] = 0x42;
outframe.data.bytes[2] = lowByte(modulelimcur); //Current setpoint
outframe.data.bytes[3] = highByte(modulelimcur); //Current setpoint
outframe.data.bytes[2] = lowByte(modulelimcur); //AC Current setpoint
outframe.data.bytes[3] = highByte(modulelimcur); //AC Current setpoint
if (bChargerEnabled)
{
outframe.data.bytes[1] = 0xBB;
Expand Down
Binary file added IMG_20180227_202626.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Missing grounds.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8011684

Please sign in to comment.