From 086cb29d7547c24093f353455dd4b007bc5ca07e Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 29 Jan 2020 22:46:30 +0000 Subject: [PATCH] Fixed link --- source/_posts/2017-01-04-openevse-build.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2017-01-04-openevse-build.markdown b/source/_posts/2017-01-04-openevse-build.markdown index 3c32f6c82..d94dbce40 100644 --- a/source/_posts/2017-01-04-openevse-build.markdown +++ b/source/_posts/2017-01-04-openevse-build.markdown @@ -153,7 +153,7 @@ To enable (start a charge) issue RAPI command `$FE` There is also an [OpenEVSE RAPI command python library](https://github.com/tiramiseb/python-openevse). -RAPI commands can be used to control and check the status of all OpenEVSE functions. A full list of RAPI commands can be found in the [OpenEVSE plus source code](https://github.com/OpenEVSE/open_evse/blob/stable/firmware/open_evse/src/rapi_proc.h). +RAPI commands can be used to control and check the status of all OpenEVSE functions. A full list of RAPI commands can be found in the [OpenEVSE plus source code](https://github.com/OpenEVSE/open_evse/blob/stable/firmware/open_evse/rapi_proc.h). #### Future developments