Skip to content

Commit

Permalink
🐛typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pako2 committed Jan 21, 2019
1 parent c5429a4 commit 6caf2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ void ICACHE_FLASH_ATTR setup()
Serial.println();

Serial.print(F("[ INFO ] ESP RFID v"));
Serial.println(F(VERSION);
Serial.println(VERSION);

uint32_t realSize = ESP.getFlashChipRealSize();
uint32_t ideSize = ESP.getFlashChipSize();
Expand Down

0 comments on commit 6caf2ec

Please sign in to comment.