mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
comment
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#
|
#
|
||||||
# Builds the dump CSV files, modbus headers and documentation.
|
# Builds the dump_*.csv files, modbus headers and modbus documentation.
|
||||||
# Run as `sh scripts/generate_csv_and_headers.sh` from the root of the repository.
|
# Run as `sh scripts/generate_csv_and_headers.sh` from the root of the repository.
|
||||||
|
|
||||||
# build dummy modbus_entity_parameters.hpp so it compiles
|
# creat a dummy modbus_entity_parameters.hpp so the first pass compiles
|
||||||
cat >./src/modbus_entity_parameters.hpp <<EOL
|
cat >./src/modbus_entity_parameters.hpp <<EOL
|
||||||
#include "modbus.h"
|
#include "modbus.h"
|
||||||
#include "emsdevice.h"
|
#include "emsdevice.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user