rucko24 / EspFlow

Simple UI for esp32+ and esp8266 utilities
Apache License 2.0
3 stars 1 forks source link

Execute flash_id from UI #8

Closed rucko24 closed 2 years ago

rucko24 commented 2 years ago
esptool.py -p /dev/ttyUSB0 flash_id <1>
<1> read info about chip type And show output to TextArea ``` esptool.py v4.1 Serial port /dev/ttyUSB0 Connecting.... Detecting chip type... ESP32-S3 Chip is ESP32-S3 Features: WiFi, BLE Crystal is 40MHz MAC: 34:b4:72:70:27:c0 Uploading stub... Running stub... Stub running... Manufacturer: 20 Device: 4017 Detected flash size: 8MB Hard resetting via RTS pin... ```
rucko24 commented 2 years ago

image

rucko24 commented 2 months ago

mvn dependency:tree -Dverbose -Dincludes=commons-io:commons-io https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html