setup static method

void setup()

Implementation

static void setup() {
  if (_enableManualUpdate) return;
  Miticker.init(Do._tickerHandler);
  Miticker.start();
}