mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 19:46:54 +03:00
6 lines
112 B
C
6 lines
112 B
C
#ifndef defines_h
|
|
#define defines_h
|
|
|
|
#define CONFIG_FILE "/sdcard/config/config.ini"
|
|
|
|
#endif // ifndef defines_h
|