Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/src/commit/8a94868daa2c8843854c5fae77233a89ec2297a3/third-party/SdFs/examples/ExFatLogger/ExFatLogger.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
// Avoid IDE problems by defining struct in septate .h file.
|
|
// Pad record so size is a power of two for best write performance.
|
|
#ifndef ExFatLogger_h
|
|
#define ExFatLogger_h
|
|
const size_t ADC_COUNT = 4;
|
|
struct data_t {
|
|
uint16_t adc[ADC_COUNT];
|
|
};
|
|
#endif // ExFatLogger_h
|