Ayush Sharma

Results 144 comments of Ayush Sharma

@guandai I think @bshconversio meant usage of FlexMasonry in javascript using webpack / bundler.

@rocketscream This is a necessary addition, you can directly edit the author's repo and merge the files. Many like me just see the readme and move on because it doesn't...

Hi @dandud100 , You can try compiling the binary with the `Erase Flash > Only Sketch` option. Let me know if that keeps the LittleFS contents. ![image](https://user-images.githubusercontent.com/26592968/150048461-06a12cb8-17ca-420a-a842-ddc006e789fe.png)

@vortigont Good Idea! That will be much appreciated and it will also ensure quick uploads for those who are experiencing upload issues due to signal loss.

@silverfisk That will be a nice addition as well. We can use an approach with AES128-CBC or AES256-CBC encryption where we have a logic to buffer incoming chunks from the...

If anybody knows a public key cipher which can work with parallel computing ( decrypting ), then please do let us know. I really prefer public key cryptography in IoT....

@vortigont Nice info regarding ciphers. Let's see if we can get at least the firmware signing integrated. Espressif does provide features like SecureBoot V2 and encryption but for ESP32 only....

@vortigont You are pretty fast :)) I'll open a discussion thread. I did some renovations in past few days which switched the webpage from ancient 'Vuejs 2' to SvelteJS framework...

I decided to merge AsyncWebServer support with V3. The only problem I'm facing is that the files are getting included irrespective of preprocessor conditions. Even when `ELEGANTOTA_USE_ASYNC_SERVER` is set to...

I actually never tried it in Arduino IDE for now. Tested with PIO and it's the same in there as well which is pretty weird. I used the reference from...