I'm working on a self-project that I need to upload some values to esp32 from Python program. I want to upload those values esp32 in .txt format and read those with SPIFFS library. I know a way to upload files to esp32 and esp8266 with Arduino ide and Platformio but I want these to automatically upload files when its ready. Is there any way to do that with python scripts?
In a nutshell I want a python script to upload .txt files to esp32's flash to read again with SPIFFS library inside the esp32's code. Any suggestions?