Hi
I have connected an sdcard to the esp32 huzzah board. Its working by using this small test :
(with-sd-card (str “Greeting.txt” 2)
(print “Hello” str))
But however save-image seems to be using the eeprom even with sdcardsupport enabled in the source file
I can see indeed in the code that only eeprom is used.
Is it difficult to change this to sdcard ? (or maybe one or the other depending on a setting)
My program is to big to fit into the eeprom , therefore my question.
Kind regards ,
Ronny Suy