
#include "debug_config.h"

#include "PHApp.h"

PHApp testApp;

void setup()
{
  // init_osr_base();
  Log.verboseln("Setup");
  testApp.setup();
}

void loop()
{
  testApp.loop();
  // Log.verbose(F("* main hb *" CR));
  //delay(10);
}
