Hello Ath,
Thank you for fixing the bug which causes you can not control ld02 via command.
I wanted to clone and build it but got stuck.
Sorry bothering you but I am trying the whole Wednesday until now without result.
I am using Win11 Pro 24H2, VS Studio/Platformio, Python 3 and Git for windows.
Everything has been perfectly working with a zip file clone from the christmas edition 2024. (Modifications, build and upload to various M5 modules).
I am not sure if I understand your build procedure referred to as GH run action.
How can I see whether the bug #5228 (correct?) has already been comitted?
Sorry for those questions but I have not much experience with git.
Since I do not know how to access the bugfix build, I decided to clone the repository (as of Jan 22nd) and build it myself.
The build result was o.k. but I could not manage to upload it:
Code: Select all
Configuring upload protocol...
AVAILABLE: cmsis-dap, esp-bridge, esp-prog, espota, esptool, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa
CURRENT: upload_protocol = esptool
Looking for upload port...
Using manually specified: COM10
Uploading .pio\build\neopixel_ESP32_4M316k\ESP_Easy_mega_20250123_neopixel_ESP32_4M316k.bin
esptool.py v4.7.6
Serial port COM10
Connecting.....
Chip is ESP32-PICO-D4 (revision v1.1)
Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 14:2b:2f:9f:b1:cc
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
A fatal error occurred: Unable to verify flash chip connection (No serial data received.).
*** [upload] Error 2
The communication between build environment and ESP bootloader apparently is not working.
But I am able to upload software to the board (M5 Atom Lite) using TD-er 's web flasher. So the boards are o.k.
I also can open the serial monitor of VS and see log messages if I reboot the ESP32.
I can also switch back to the older working environent and upload is possible.
But there the bugfix is not included.
What is wrong?
Best Regards ,
Uwe