mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
16 lines
470 B
C
16 lines
470 B
C
static const char fresh_readme_txt[] =
|
|
"Thank you for supporting the OpenMV project!\r\n"
|
|
"\r\n"
|
|
"To download the IDE, please visit:\r\n"
|
|
"https://openmv.io/pages/download\r\n"
|
|
"\r\n"
|
|
"For tutorials and documentation, please visit:\r\n"
|
|
"http://docs.openmv.io/\r\n"
|
|
"\r\n"
|
|
"For technical support and projects, please visit the forums:\r\n"
|
|
"http://forums.openmv.io/\r\n"
|
|
"\r\n"
|
|
"Please use github to report bugs and issues:\r\n"
|
|
"https://github.com/openmv/openmv\r\n"
|
|
;
|