8000 Fix broken path in README (#150) · adityathakekar/esp8266-react@003fd8a · GitHub
[go: up one dir, main page]

Ski 8000 p to content

Commit 003fd8a

Browse files
authored
Fix broken path in README (rjwats#150)
* Fix broken path in README
1 parent 449d3c9 commit 003fd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ It is recommended that you change the user credentials from their defaults bette
204204

205205
### Customizing the factory time zone setting
206206

207-
Changing factory time zone setting is a common requirement. This requires a little effort because the time zone name and POSIX format are stored as separate values for the moment. The time zone names and POSIX formats are contained in the UI code in [TZ.ts](interface/src/ntp/TZ.ts). Take the appropriate pair of values from there, for example, for Los Angeles you would use:
207+
Changing factory time zone setting is a common requirement. This requires a little effort because the time zone name and POSIX format are stored as separate values for the moment. The time zone names and POSIX formats are contained in the UI code in [TZ.tsx](interface/src/ntp/TZ.tsx). Take the appropriate pair of values from there, for example, for Los Angeles you would use:
208208

209209
```ini
210210
-D FACTORY_NTP_TIME_ZONE_LABEL=\"America/Los_Angeles\"

0 commit comments

Comments
 (0)
0