1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

under Updating the INI file

$ cd bacpypes/samples
$ cp BACpypes~.ini BACpypes.ini
> that does not work currently as BACpypes~.ini is found in the root bacpypes directory.
This commit is contained in:
Aniston 2018-11-02 23:59:56 +01:00 committed by Joel Bender
parent 98013814b4
commit 9a15c49109

View File

@ -137,7 +137,7 @@ configure the BACnet portion of your workstation. Change into the
samples directory that you checked out earlier, make a copy
of the sample configuration file, and edit it for your site::
$ cd bacpypes/samples
$ cd bacpypes
$ cp BACpypes~.ini BACpypes.ini
.. tip::