IRremoteESP8266
en-US.h
Go to the documentation of this file.
1 // Copyright 2019 - David Conran (@crankyoldgit)
2 // Locale/language file for English / United States of America.
3 // This file will override the default values located in `defaults.h`.
4 #ifndef LOCALE_EN_US_H_
5 #define LOCALE_EN_US_H_
6 // Not much should really need to be set here, as English is the default
7 // locale/language.
8 
9 // Overrides to the default.
10 #define D_STR_CENTRE "Center"
11 #define D_STR_MOULD "Mold"
12 
13 #endif // LOCALE_EN_US_H__