bacnet/web_settings.py
changeset 2673 80e7eb44cab4
parent 2672 4bc60e426dd6
child 2674 a8975ff44cd1
equal deleted inserted replaced
2672:4bc60e426dd6 2673:80e7eb44cab4
    67 # this file should be persistent across PLC reboots so we can
    67 # this file should be persistent across PLC reboots so we can
    68 # re-configure the PLC (change values of variables in .so file)
    68 # re-configure the PLC (change values of variables in .so file)
    69 # before it gets a chance to start running
    69 # before it gets a chance to start running
    70 #
    70 #
    71 #_BACnetConfFilename = None
    71 #_BACnetConfFilename = None
    72 _BACnetConfFilename = "/tmp/BeremizBACnetConfig.json"
    72 _BACnetConfFilename = os.path.join(WorkingDir, "bacnetconf.json")
    73 
       
    74 
    73 
    75 
    74 
    76 
    75 
    77 class BN_StrippedString(annotate.String):
    76 class BN_StrippedString(annotate.String):
    78     def __init__(self, *args, **kwargs):
    77     def __init__(self, *args, **kwargs):