Tether.on() turns on the tethering support. It defaults to off.
Tether.on()
// EXAMPLE Tether.bind(TetherSerialConfig().baudrate(921600).serial(Serial1)); Tether.on(); Tether.connect();