Search found 6 matches

by r2d2abc
Sat May 18, 2019 7:17 pm
Forum: ESP-IDF
Topic: FTP Server C++
Replies: 11
Views: 15855

Re: FTP Server C++

Hi Loboris, thank's for curl, best project but my post is for an other point. I try to compile ftp.c/ftp.h server as intended in your post https://esp32.com/viewtopic.php?f=13&t=5013 / https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/blob/master/MicroPython_BUILD/components/micropython/esp32/...
by r2d2abc
Mon Aug 20, 2018 3:04 pm
Forum: General Discussion
Topic: SPIFFS access fa
Replies: 1
Views: 3354

Re: SPIFFS access fails

Hi , up for this request ;)
F.
by r2d2abc
Fri Aug 17, 2018 5:01 pm
Forum: General Discussion
Topic: SPIFFS access fa
Replies: 1
Views: 3354

SPIFFS access fa

Hi all I try to save some files for a web site (css, html,...) on SPIFFS but it' s a true fight for this target. All my files are under '/web' directory (here I try with some examples files) Context: Eclipse oxygen / arduino-esp32 / compiler xtensa updated. xtensa-esp32-elf-win32-1.22.0-80-g6c4433a-...
by r2d2abc
Tue Jun 26, 2018 6:03 am
Forum: ESP-IDF
Topic: eclipse esp-idf / arduino-esp32 "symbol not found"
Replies: 3
Views: 4817

Re: eclipse esp-idf / arduino-esp32 "symbol not found"

Hey Team, for my problem yesterday I had put in place an update of eeprom.cpp (https://github.com/espressif/arduino-esp32/issues/1238)
Thank's Kolban
Frederic
by r2d2abc
Mon Jun 25, 2018 5:53 pm
Forum: ESP-IDF
Topic: eclipse esp-idf / arduino-esp32 "symbol not found"
Replies: 3
Views: 4817

Re: eclipse esp-idf / arduino-esp32 "symbol not found"

Thank's Kolban, I have done some operations : 1. added "sdkconfig.h" in last include position in main 2. erase arduino-esp32 tree/redo a git arduino-esp32 in component 2. do a clean project/validate/index (rebuild) 3. Reset choice in menuconfig to initial All errors disappears ... strange, perhaps a...
by r2d2abc
Mon Jun 25, 2018 10:01 am
Forum: ESP-IDF
Topic: eclipse esp-idf / arduino-esp32 "symbol not found"
Replies: 3
Views: 4817

eclipse esp-idf / arduino-esp32 "symbol not found"

Hello, i'm a new on ESP32. I don't like arduino ide and prefer eclipse. I follow some documentations (Espressif/Instructables/..) to implement right settings on eclipse and that's run fine for 2 projects. When i try to mix arduino-esp32/esp-idf (thank's Kolban) to use some externals libaries (sensor...