Below is the file 'config.c' from this revision. You can also download the file.

/* config.c */

#include "config.h"

config_t config = {
    127,
    1, /* beep */
    3, /* thermocouple */
    0, /* frequency */
    0, /* units */
    0x080,
    0x040,
    0xfc0
};