Skip to content

Commit e6fe3e4

Browse files
committed
Minor tweaks
1 parent 57779ba commit e6fe3e4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ changes are:
2626
and restoring e-mail notifications is high on the priority list.
2727
* CoachProxy requires the installation of a second, external WiFi
2828
adapter, while CoachProxyOS removes this requirement. CoachProxy uses
29-
one adapter creates a private hotspot which a user connects to from
30-
their device, and from there configures the other adapter to connect to
29+
one adapter to create a private hotspot which a user connects to from
30+
their browser, and from there configures the other adapter to connect to
3131
their local WiFi network. This adds significant complexity to the
3232
software and removing it for a DIY effort greatly simplifies the
3333
project. With CoachProxyOS, the WiFi configuration must be done by
34-
editing files on the operating system image.
34+
editing a file on the boot partition of the operating system image.
3535
* CoachProxy configures its memory card to use a read-only filesystem
36-
with a RAM Disk "overlayfs" running on top of it. This was done to
36+
with a RAM Disk overlay running on top of it. This was done to
3737
prevent corruption of the SD card, for example if power was lost while a
3838
file was being written. The overlayfs and read-only configuration has
3939
been removed from CoachProxyOS to reduce complexity and make DIY

ROADMAP.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ project:
2323
database entirely and use the new
2424
[Persistent Context](https://discourse.nodered.org/t/a-guide-to-understanding-persistent-context/4115) feature
2525
of Node-RED.
26+
27+
* Write documentation for various non-trivial components, such as Remote
28+
Access, notifications, presets, and Alexa integration.

0 commit comments

Comments
 (0)