mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
move files to directories where they belong to
This commit is contained in:
parent
2bfb60fb61
commit
6500d2aa76
6 changed files with 4 additions and 3 deletions
1
Software/src/lib/eModbus-eModbus/scripts/README.md
Normal file
1
Software/src/lib/eModbus-eModbus/scripts/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
The scripts in this folder originate from [eModbus discussion 147](https://github.com/eModbus/eModbus/discussions/147).
|
|
@ -1,5 +1,5 @@
|
|||
#include "mbServerFCs.h"
|
||||
#include "../../lib/eModbus-eModbus/Logging.h"
|
||||
#include "../Logging.h"
|
||||
|
||||
//modbus register memory - declared in main.cpp
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../lib/eModbus-eModbus/ModbusServerRTU.h"
|
||||
#include "../ModbusServerRTU.h"
|
||||
|
||||
#define MBTCP_ID 21 // modbus TCP server ID
|
||||
#define MBPV_MAX 30000
|
Loading…
Add table
Add a link
Reference in a new issue