I ask for help. Ghost task in the development board.
Posted: Mon Dec 21, 2020 7:36 am
I used someone else's code (LED garland) and uploaded it to esp32, after that I uploaded my code. At the time of loading my code and when rebooting the board, I see how the previous code gives commands to the LED diodes. esptool.py --chip esp32 erase_flash brought no results. I feel like somehow there are two versions of different code on my board.
I am using esp32 devkit 1 and vscode + platform in arduino environment.
The strangest thing is that esptool.py --chip esp32 erase_flash completely erases my code and filesystem, but does not remove the "parasitic" code. those. after erasing, I still see how the LEDs work according to the previous program.
I am using esp32 devkit 1 and vscode + platform in arduino environment.
The strangest thing is that esptool.py --chip esp32 erase_flash completely erases my code and filesystem, but does not remove the "parasitic" code. those. after erasing, I still see how the LEDs work according to the previous program.