Skip to content

Commit 0e26f5a

Browse files
committed
chargeSOM, trouble shooting: fix spelling
Signed-off-by: Moritz Barsnick <[email protected]>
1 parent 353714f commit 0e26f5a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/source/development.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ how to checkout a dedicated EVerest release.
7676
7777
make install -j$(nproc)
7878
79-
#. Test that the resulting binaries are compiled for charge SOM as a target:
79+
#. Test that the resulting binaries are compiled for Charge SOM as a target:
8080

8181
.. code-block:: console
8282

docs/source/everest_charging_stack.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The use case described in this configuration file includes the following:
1717
* DC charging mode
1818
* No TLS (Transport Layer Security) enabled for HLC (High Level Communication)
1919
* 3 phase, 16A fuse limit
20-
* Simulation of the IDM (Insulation Monitoring Device)
20+
* Simulation of the IMD (Insulation Monitoring Device)
2121
* Simulation of the DC Supply Device
2222

2323
An overview of the EVerest modules is shown in the next section.

docs/source/troubleshooting.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Frequently Asked Questions
1010
:local:
1111

1212

13-
Is it possible to use the ChargeSOM as an EV simulator?
13+
Is it possible to use the Charge SOM as an EV simulator?
1414
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1515

16-
No, the Control Pilot interface on ChargeSOM is not able to operate as an EV. Please look at
16+
No, the Control Pilot interface on Charge SOM is not able to operate as an EV. Please look at
1717
our `website <https://www.chargebyte.com/>`_ for more suitable products.
1818

1919

@@ -26,22 +26,22 @@ and a `library <https://github.com/EVerest/everest-core/tree/main/lib/staging/ca
2626
which uses the CAN interface.
2727

2828

29-
How can I access the EVerest admin panel on ChargeSOM?
29+
How can I access the EVerest admin panel on Charge SOM?
3030
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3131

32-
The ChargeSOM doesn't have an `EVerest admin panel <https://github.com/EVerest/everest-admin-panel>`_
32+
The Charge SOM doesn't have an `EVerest admin panel <https://github.com/EVerest/everest-admin-panel>`_
3333
because of its limited resources. Please use your development environment to set up your configuration
3434
file or just use a plain text editor.
3535

3636

37-
Does EVerest on ChargeSOM support ISO 15118-20 yet?
37+
Does EVerest on Charge SOM support ISO 15118-20 yet?
3838
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3939

4040
The required module for ISO 15118-20 has been included in the image since the chargebyte EVerest 0.2.0 release.
4141
Please note that the implementation is still under development.
4242

4343

44-
How do I set up OCPP 2.0.1 on ChargeSOM with EVerest?
44+
How do I set up OCPP 2.0.1 on Charge SOM with EVerest?
4545
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4646

4747
To support OCPP 2.0.1, the EVerest OCPP201 module must be integrated into the EVerest configuration.

0 commit comments

Comments
 (0)