Setup de la règle SendErrorRule
This commit is contained in:
@@ -44,7 +44,7 @@ func main() {
|
||||
protocolRepository.AddWriter(&sendOkRule)
|
||||
|
||||
// Creation of the SendErrorRule
|
||||
sendErrorRule := writers.CreateSendOkRule("^SEND_ERROR\r\n$")
|
||||
sendErrorRule := writers.CreateSendErrorRule("^SEND_ERROR\r\n$")
|
||||
protocolRepository.AddWriter(&sendErrorRule)
|
||||
|
||||
// Creation of the EraseOkRule
|
||||
|
||||
Reference in New Issue
Block a user