misc: Remove FS templates.

This commit is contained in:
iabdalkader 2024-11-12 13:10:30 +01:00
parent cbd7117159
commit 94c45cdfbe
7 changed files with 0 additions and 107 deletions

View File

@ -1,19 +0,0 @@
static const char fresh_readme_txt[] =
"Thank you for supporting Arduino and the OpenMV project!\r\n"
"\r\n"
"To download the OpenMV IDE, please visit:\r\n"
"https://openmv.io/pages/download\r\n"
"\r\n"
"For tutorials and documentation, please visit:\r\n"
"https://docs.arduino.cc/\r\n"
"http://docs.openmv.io/\r\n"
"\r\n"
"For technical OpenMV support and projects, please visit the forums:\r\n"
"http://forums.openmv.io/\r\n"
"\r\n"
"For Arduino related issues, please visit the Arduino help center:\r\n"
"https://support.arduino.cc/\r\n"
"\r\n"
"Please use Github to report bugs and issues:\r\n"
"https://github.com/openmv/openmv\r\n"
;

View File

@ -1,19 +0,0 @@
static const char fresh_readme_txt[] =
"Thank you for supporting Arduino and the OpenMV project!\r\n"
"\r\n"
"To download the OpenMV IDE, please visit:\r\n"
"https://openmv.io/pages/download\r\n"
"\r\n"
"For tutorials and documentation, please visit:\r\n"
"https://docs.arduino.cc/\r\n"
"http://docs.openmv.io/\r\n"
"\r\n"
"For technical OpenMV support and projects, please visit the forums:\r\n"
"http://forums.openmv.io/\r\n"
"\r\n"
"For Arduino related issues, please visit the Arduino help center:\r\n"
"https://support.arduino.cc/\r\n"
"\r\n"
"Please use Github to report bugs and issues:\r\n"
"https://github.com/openmv/openmv\r\n"
;

View File

@ -1,19 +0,0 @@
static const char fresh_readme_txt[] =
"Thank you for supporting Arduino and the OpenMV project!\r\n"
"\r\n"
"To download the OpenMV IDE, please visit:\r\n"
"https://openmv.io/pages/download\r\n"
"\r\n"
"For tutorials and documentation, please visit:\r\n"
"https://docs.arduino.cc/\r\n"
"http://docs.openmv.io/\r\n"
"\r\n"
"For technical OpenMV support and projects, please visit the forums:\r\n"
"http://forums.openmv.io/\r\n"
"\r\n"
"For Arduino related issues, please visit the Arduino help center:\r\n"
"https://support.arduino.cc/\r\n"
"\r\n"
"Please use Github to report bugs and issues:\r\n"
"https://github.com/openmv/openmv\r\n"
;

View File

@ -1,19 +0,0 @@
static const char fresh_readme_txt[] =
"Thank you for supporting Arduino and the OpenMV project!\r\n"
"\r\n"
"To download the OpenMV IDE, please visit:\r\n"
"https://openmv.io/pages/download\r\n"
"\r\n"
"For tutorials and documentation, please visit:\r\n"
"https://docs.arduino.cc/\r\n"
"http://docs.openmv.io/\r\n"
"\r\n"
"For technical OpenMV support and projects, please visit the forums:\r\n"
"http://forums.openmv.io/\r\n"
"\r\n"
"For Arduino related issues, please visit the Arduino help center:\r\n"
"https://support.arduino.cc/\r\n"
"\r\n"
"Please use Github to report bugs and issues:\r\n"
"https://github.com/openmv/openmv\r\n"
;

View File

@ -113,7 +113,6 @@ OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/common/
OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/imlib/
OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/modules/
OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/sensors/
OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/templates/
OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/ports/$(PORT)/
OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/ports/$(PORT)/modules/

View File

@ -1,15 +0,0 @@
static const char fresh_main_py[] =
"# main.py -- put your code here!\n"
"import pyb, time\n"
"led = pyb.LED(3)\n"
"usb = pyb.USB_VCP()\n"
"while (usb.isconnected()==False):\n"
" led.on()\n"
" time.sleep_ms(150)\n"
" led.off()\n"
" time.sleep_ms(100)\n"
" led.on()\n"
" time.sleep_ms(150)\n"
" led.off()\n"
" time.sleep_ms(600)\n"
;

View File

@ -1,15 +0,0 @@
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"
;