BojanJurca / Esp32_oscilloscope

ESP32 oscilloscope - see the signals through Web browser the way ESP32 sees them
Creative Commons Zero v1.0 Universal
780 stars 90 forks source link

please release some bin files #27

Open Zibri opened 7 months ago

Zibri commented 7 months ago

Please release the flashable bin files for the main ESP32 versions. So we can flash it using web esptool.

BojanJurca commented 7 months ago

Well, you have to enter at least initial WiFi credentials into the code before making a bin file. It is possible though, to configure soft AP by default, through which the users can enter WiFi credentials later or simply use only soft AP.

What exactly did you have in mind?

You can also use Arduino to make our own bin file if you wish.