b-parasite-esp32/code/b-parasite/config/prst_config.h
2021-03-14 11:06:45 +01:00

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_