Skip to content

Commit 30f9160

Browse files
authored
Merge pull request #2 from ESPToolKit/feature/esp-store/teardown/teardown-contract-esp-store
readme update
2 parents 31fb83e + 42d2730 commit 30f9160

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ LocalDateTime local{};
138138
ESPStoreCodec::encodeLocalDateTime(doc["localTime"], local);
139139
if (ESPStoreCodec::decodeLocalDateTime(doc["localTime"], local)) {
140140
Serial.printf("Epoch: %lld offset: %d\n",
141-
static_cast<long long>(local.utc.epochSeconds),
142-
local.offsetMinutes);
141+
static_cast<long long>(local.utc.epochSeconds),
142+
local.offsetMinutes
143+
);
143144
}
144145
```
145146

0 commit comments

Comments
 (0)