Hello World

i also added this line after LMIC_reset();

LMIC_setClockError(MAX_CLOCK_ERROR * 1 / 100);

Problem is that i get compile error with this new line: ‘MAX_CLOCK_ERROR’ was not declared in this scope