diff --git a/source/EV3.m b/source/EV3.m index d6e62bc1b550376d624c0e329b5dd29f3d3a86d9..b5d920a5a7487f151a2550c4adb517cfb3436915 100644 --- a/source/EV3.m +++ b/source/EV3.m @@ -170,7 +170,9 @@ classdef EV3 < MaskedHandle if ev3.isConnected if isCommInterfaceValid(ev3.commInterface) - warning('EV3::connect: Already connected. Resetting connection now...'); + % Warning lead to confusion of students. Since brick connection is still working + % even if calling connect() multiple times, it is disabled. + % warning('EV3::connect: Already connected. Resetting connection now...'); ev3.disconnect(); else warning(['EV3::connect: EV3.isConnected is set to ''True'', but ',...