Skip to content

Commit

Permalink
Fixed errored commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpMaster committed Jul 24, 2016
1 parent 28052ea commit 690c0b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ int temperature = 1;
int fan_state = 1;
int bt_state = 1;

int new_speed = 160;
int new_battery = 85;
int new_temperature = 25;
int new_speed = 0;
int new_battery = 0;
int new_temperature = 0;
int new_fan_state = 0;
int new_bt_state = 1;
int new_bt_state = 0;

char charSpeed[3] = "";
char charBattery[5] = "";
Expand Down

0 comments on commit 690c0b9

Please sign in to comment.