10 lines
No EOL
170 B
C
10 lines
No EOL
170 B
C
#ifndef _PRST_CONFIG_H_
|
|
#define _PRST_CONFIG_H_
|
|
|
|
// Deep sleep.
|
|
#define PRST_DEEP_SLEEP_IN_SECONDS 2
|
|
|
|
// BLE.
|
|
#define PRST_BLE_ADV_NAME "Prst"
|
|
|
|
#endif // _PRST_CONFIG_H_
|