Nad
Nad
Ok, thank you for your reply. -- Nadim El-Fata [email protected] > On Nov 1, 2020, at 8:08 PM, Jocelyn Le Sage wrote: > > > I never tried with an...
Ok that's great, that's what I was looking for. Thank you. By the way how to get conn_id on the server? (required by startSecurity())
Thanks for the feedback. Those links show the client side.
Sorry, I am no expert in BLE. I see that the security is based on the characteristic settings and not on the service nor the device. I am trying to...
Hi @Jason2866, I am trying to build your latest code and I keep on getting the following error: `Linking .pio\build\esp32dev\firmware.elf c:/users/nef/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: .pio\build\esp32dev\src\main.o:(.literal._Z5setupv+0x14): undefined reference to `LittleFS' c:/users/nef/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: .pio\build\esp32dev\src\main.o:(.literal._Z5setupv+0x4c): undefined reference...
Thanks for the prompt reply. I did try to clone your latest repository and built it as it is (pro run), but I mentioned that error I am having in...
OK great, that worked. Thanks again.
Yes that worked too, thanks for the follow up. I did run the tests that your provided on ESP32-S3 and here is the output (just FYI): ` Listing directory: /...
Just FYI. You may want to mention that in order to upload the files in the data directory it is required to add to platformio.ini the following: board_build.filesystem = littlefs...