mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-20 13:27:20 +00:00
11 lines
320 B
C
11 lines
320 B
C
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
|
|
For full license information read the LICENSE file in the project folder */
|
|
|
|
#if HASP_USE_CONFIG > 0
|
|
|
|
void oobeSetAutoCalibrate(bool cal);
|
|
bool oobeSetup();
|
|
void oobeFakeSetup(const char*, const char*); // for testing purposes only
|
|
|
|
#endif // HASP_USE_CONFIG
|