mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
delete some debug print
This commit is contained in:
parent
2afd95128c
commit
65d2778087
@ -37,7 +37,6 @@ void ServerDrv::StartServer(uint16_t port, uint8_t sock)
|
||||
void ServerDrv::StartClient(uint32_t ipAddress, uint16_t port, uint8_t sock)
|
||||
{
|
||||
WAIT_FOR_SLAVE_SELECT();
|
||||
INFO2(ipAddress,port);
|
||||
// Send Command
|
||||
SpiDrv::sendCmd(START_CLIENT_TCP_CMD, PARAM_NUMS_3);
|
||||
SpiDrv::sendParam((uint8_t*)&ipAddress, sizeof(ipAddress));
|
||||
|
Loading…
Reference in New Issue
Block a user