From 1ae49c9d0067e69e8b2251a1cef39927d4ea2d49 Mon Sep 17 00:00:00 2001 From: Dustin Frisch Date: Mon, 19 Jun 2017 22:34:45 +0200 Subject: [PATCH] Revert e.g. to i.e. and add comma --- 5-concept.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-concept.tex b/5-concept.tex index e248bdc..238b12d 100644 --- a/5-concept.tex +++ b/5-concept.tex @@ -13,7 +13,7 @@ The source code of the \textit{ESPer} project is published into a \textit{Git} \ From there, the continuous integration (CI) system is responsible for automatically building and publishing the firmware image files, as soon as updated source code is available. It is also in charge of assembling and publishing meta-information consisting of version number and cryptographic signature required for the update process. The CI systems is described in detail in the following section. -Updates to the devices firmware are either triggered actively (e.g. manual or by the CI) or on a regular schedule by the devices themselves. +Updates to the devices firmware are either triggered actively (i.e., manual or by the CI) or on a regular schedule by the devices themselves. This process is described in section \ref{flashlayout}. For monitoring and maintenance purposes, each device publishes a set of information to a well-known \textit{MQTT} topic after connecting to the network.