Skip to content

Commit

Permalink
Update BerryIMU_ESP8266_Graph_Temperature.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliams03 committed Jan 9, 2017
1 parent 8bd9a04 commit dda74a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void loop()
//Get free RAM
freeRAM = system_get_free_heap_size();
if (freeRAM < lowestRAM ) lowestRAM = freeRAM;
Serial.print(" ## freeRAM : ");
Serial.print(" freeRAM : ");
Serial.print(freeRAM);
Serial.println(" bytes ");

Expand Down

0 comments on commit dda74a6

Please sign in to comment.