From 56343f8f66c86a997d1518dc81629d6b2f018254 Mon Sep 17 00:00:00 2001 From: Mathieu Andrade Date: Tue, 30 May 2023 10:37:39 +0200 Subject: [PATCH] Update TODO list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6d3f9e5..dafc754 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,9 @@ This app allow beginner user to flash firmware and image on esp devices without - [ ] Allow users to choose what esp devices to flash and adapt the flash address - [ ] Allow users to set manually flash address and other params like baudrate - [ ] Allow users to choose what file to flash +- [ ] Download Esptool automatically at startup +- [ ] Convert command to build linux and OSX version (only for Windows for the moment) +- [ ] Create Github Action to build and deploy software automatically +- [ ] Maybe allowing Arduino boards and not only esp ? (if a tool like esptool exist for arduino boards) - [ ] Maybe allowing devloppers to create a config file that imported by users ? - [ ] Maybe a advanced mode ?