added comments

This commit is contained in:
proddy
2025-12-29 16:33:36 +01:00
parent a856d249c9
commit 14775f6503
5 changed files with 21 additions and 11 deletions

View File

@@ -4,6 +4,9 @@ import sys
import shutil
from pathlib import Path
# This script is used to update the modbus_entity_parameters.hpp file with the data from the dump_entities.csv file.
# It is used in the build_modbus target.
def get_python_executable():
"""Get the appropriate Python executable for the current platform."""
# Try different Python executable names