Skip to content

Commit

Permalink
Correct Timestamp example
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed May 13, 2019
1 parent c47b086 commit b479890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Timestamp/Timestamp.ino
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void setup()

//Due to some internal server error, ETag cannot get from pushTimestamp
//Try to get ETag manually
Serial.println("ETag: " + Firebase.getETag(firebaseData, path + "/Push/Timestamp"));
Serial.println("ETag: " + Firebase.getETag(firebaseData, path + "/Push/Timestamp/" + firebaseData.pushName()));
Serial.println("------------------------------------");
Serial.println();
}
Expand Down

0 comments on commit b479890

Please sign in to comment.