diff -r f0a70f0246da -r 32ffdb32b14e bacnet/bacnet.py --- a/bacnet/bacnet.py Tue Dec 22 14:53:15 2020 +0100 +++ b/bacnet/bacnet.py Mon Jul 13 13:56:42 2020 +0200 @@ -790,6 +790,6 @@ runtimefile.close() return ([(Generated_BACnet_c_mainfile_name, CFLAGS)], LDFLAGS, True, - ("runtime_bacnet_websettings_%s.py" % location_str, open(runtimefile_path, "rb")), + ("runtime_%s_bacnet_websettings.py" % location_str, open(runtimefile_path, "rb")), ) #return [(Generated_BACnet_c_mainfile_name, CFLAGS)], LDFLAGS, True, ('extrafile1.txt', extra_file_handle)