@@ -25,7 +25,6 @@ images](https://github.com/golioth/reference-design-ac-power-monitor/releases).
2525
2626-  Nordic nRF9160-DK
2727-  Golioth Aludel Elixir
28- -  Golioth Aludel Mini
2928
3029### Additional Sensors/Components  
3130
@@ -48,8 +47,8 @@ This app implements:
4847
4948### Settings Service  
5049
51- The following settings should be set in the Device Settings menu of the
52- [ Golioth Console] ( https://console.golioth.io ) .
50+ The following settings should be set in [ the Device Settings menu of the
51+ Golioth Console] ( https://console.golioth.io/device-settings  ) .
5352
5453  -  ` LOOP_DELAY_S ` 
5554    Adjusts the delay between sensor readings. Set to an integer value
@@ -66,8 +65,8 @@ The following settings should be set in the Device Settings menu of the
6665
6766### Remote Procedure Call (RPC) Service  
6867
69- The following RPCs can be initiated in the Remote Procedure Call menu  of
70- the [ Golioth Console] ( https://console.golioth.io ) .
68+ The following RPCs can be initiated in the Remote Procedure Call tab  of
69+ each device in  the [ Golioth Console] ( https://console.golioth.io ) .
7170
7271  -  ` get_network_info ` 
7372    Query and return network information.
@@ -150,8 +149,6 @@ should ever write to that path.
150149    }
151150}``` 
152151
153- ## Building the application 
154- 
155152### OTA Firmware Update 
156153
157154This application includes the ability to perform Over-the-Air (OTA) 
@@ -243,7 +240,9 @@ folder. The `build` and `deps` directories being one level higher
243240prevents the repo from cataloging all of the changes to the dependencies
244241and the build (so no ` .gitignore `  is needed).
245242
246- ### Nordic nRF9160 DK  
243+ Prior to building, update ` VERSION `  file to reflect the firmware version
244+ number you want to assign to this build. Then run the following commands
245+ to build and program the firmware onto the device.
247246
248247>  [ !WARNING] 
249248>  You must perform a pristine build (use ` -p `  or remove the ` build ` 
0 commit comments