olliw42 / mLRS-docu

Documentation for the mLRS project
GNU General Public License v3.0
30 stars 10 forks source link

esp32 flashing #159

Closed jlpoltrack closed 4 months ago

jlpoltrack commented 4 months ago

To address https://github.com/olliw42/mLRS-docu/issues/158

olliw42 commented 4 months ago

just for my curiosity why doesn't there seem to be such hurdles when flashing using e.g ArduinoIDE, or VsCode

jlpoltrack commented 4 months ago

At least for VSCode, it does this transparently (can be observed when you do a verbose upload)

olliw42 commented 4 months ago

so, you're sayin that vscode uses esptools in exatly that way, to flash all these files ?

jlpoltrack commented 4 months ago

so, you're sayin that vscode uses esptools in exatly that way, to flash all these files ?

Yea, that's where I got these files + offsets:

image

olliw42 commented 4 months ago

wouldn't it maybe easier to just provide a py script which a user can call we could copy these files and esptool into a subfolder in the tools menu

olliw42 commented 4 months ago

@jlpoltrack besdies my questiions, I think this should go in rather quickly and not later

just two comments:

jlpoltrack commented 4 months ago
olliw42 commented 4 months ago

except that the esp8285 won't be shown for me (says page not found when I click), it lgtm :)

THX!!!

olliw42 commented 4 months ago

ahh ... maybe it needs to be equal case, so the file needs to be renamed to ESP8266_Flash.png

jlpoltrack commented 4 months ago

ahh ... maybe it needs to be equal case, so the file needs to be renamed to ESP8266_Flash.png

Yea, the VSCode markdown parser didn't mind this - but fixed now.

olliw42 commented 4 months ago

now it shows gorgeous

lgtm

MANY THX !!!