Skip to content

Commit

Permalink
r1.0.3
Browse files Browse the repository at this point in the history
Add some serial output at boot for manufacturing purposes
  • Loading branch information
exploitagency committed Jan 4, 2018
1 parent 4500618 commit fbd016a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Source Code/esprfidtool/esprfidtool.ino
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,8 @@ void ViewLog(){
// Start Networking
void setup() {
Serial.begin(9600);
Serial.println(F("....."));
Serial.println(String()+F("ESP-RFID-Tool v")+version);
//SPIFFS.format();

SPIFFS.begin();
Expand Down
2 changes: 1 addition & 1 deletion Source Code/esprfidtool/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
String version = "1.0.2";
String version = "1.0.3";

0 comments on commit fbd016a

Please sign in to comment.