#include "osr-base.h"

int init_osr_base(void){
    Serial.begin(19200);
    Serial.println("Init OSR-BASE");
    return 0;
}
