Search found 32 matches

by mkseven32
Mon Jul 30, 2018 6:53 am
Forum: ESP-ADF
Topic: 请问 ESP-ADF的 源文件是什么什么格式的编码?
Replies: 4
Views: 8311

Re: 请问 ESP-ADF的 源文件是什么什么格式的编码?

thanks !

maybe source insight 4.0 do not support UTF8 without BOM!

I always set file encode as UTF8 without BOM, but it always shows as messy code !

it seems that it is the problem of the software!
by mkseven32
Mon Jul 30, 2018 1:57 am
Forum: ESP-ADF
Topic: 请问 ESP-ADF的 源文件是什么什么格式的编码?
Replies: 4
Views: 8311

Re: 请问 ESP-ADF的 源文件是什么什么格式的编码?

oops, maybe i have not make it clearly!

what i have mean is the file default encoding !

the chinese txt in the c file is showing messy ~~~~like the below picture

so what the default encode should i chose for showing the chinese ?
by mkseven32
Mon Jul 30, 2018 12:53 am
Forum: ESP-ADF
Topic: 请问 ESP-ADF的 源文件是什么什么格式的编码?
Replies: 4
Views: 8311

请问 ESP-ADF的 源文件是什么什么格式的编码?

请问 大家, 我使用source insight 导入 ESP32-ADF的 SDK, 发现中文字体显示乱码,请问 ESP-ADF的 源文件是什么什么格式的编码?

hi does anybody know what is coded format of ESP32-ADF files, while i import the SDK into Source Insight, the chinese part always be digital gibberish~~~
by mkseven32
Fri May 18, 2018 6:42 am
Forum: ESP-ADF
Topic: how to set up jenkins (or other ci tool) for ESP-ADF
Replies: 4
Views: 9521

Re: how to set up jenkins (or other ci tool) for ESP-ADF

Hi, I noticed you posted the same question in two forums and one otherwise unrelated thread. Please do not do this. I've deleted the duplicates. We have CI in ESP-ADF and our other projects such as ESP-IDF to validate changes which are made in the project. We build examples, check for warnings, and...
by mkseven32
Fri May 18, 2018 5:45 am
Forum: ESP-ADF
Topic: how to set up jenkins (or other ci tool) for ESP-ADF
Replies: 4
Views: 9521

Re: how to set up jenkins (or other ci tool) for ESP-ADF

thanks ! at first sorry to post the same topic again! i saw there is a note in the build_example.sh which located in ci directory。 # With one argument <JOB_NAME> it builds part of the examples. This is a useful for # parallel execution in CI. # <JOB_NAME> must look like this: # <some_text_label>_<nu...
by mkseven32
Thu May 17, 2018 8:21 am
Forum: ESP-ADF
Topic: how to set up jenkins (or other ci tool) for ESP-ADF
Replies: 4
Views: 9521

how to set up jenkins (or other ci tool) for ESP-ADF

Hi all
i see there is a ci directory in the ESP-ADF packet under tool directory.

is that mean ESP-ADF had support Continuous integration?

how could we config jenkins for ESP-ADF Continuous integration?

BR!
by mkseven32
Tue May 15, 2018 6:37 am
Forum: ESP-ADF
Topic: How does TOUCH_PAD_SELX Map into the GPIO_SEL_X in esp-adf?
Replies: 2
Views: 5759

How does TOUCH_PAD_SELX Map into the GPIO_SEL_X in esp-adf?

Hi all As esp-adf using a new framwork to develop, and Touch Peripheral init is like below : periph_touch_cfg_t touch_cfg = { .touch_mask = TOUCH_PAD_SEL4 | TOUCH_PAD_SEL7 | TOUCH_PAD_SEL8 | TOUCH_PAD_SEL9, .tap_threshold_percent = 70, }; esp_periph_handle_t touch_periph = periph_touch_init(&touch_c...
by mkseven32
Thu May 10, 2018 2:42 am
Forum: ESP-IDF
Topic: does ESP32 support console cmd mode to test wifi channel link?
Replies: 3
Views: 5646

Re: does ESP32 support console cmd mode to test wifi channel link?

yeah you are right , but what i need is something like console cmd which could be writing in a script file 。 so Tester using a PC to run the script file ,then it would be autorun ( set different channel different SSID ,key ..) to linked and dislinked, and ESP connect PC by UART or something other。。。...
by mkseven32
Thu May 10, 2018 2:32 am
Forum: ESP-IDF
Topic: how to get the SDK version information ?
Replies: 2
Views: 4549

Re: how to get the SDK version information ?

thanks, that is good answer!