sensebox / React-Ardublockly

This repository contains the new senseBox learn- and programming environment powered by google Blockly and React
Apache License 2.0
2 stars 6 forks source link

[Blockly][Codegenerator][ESP32S2] Saving on SD card is not working properly #303

Closed mariopesch closed 3 months ago

mariopesch commented 3 months ago

Block description

Saving on SD Card is currently not working properly.

Expected block behaviour

data2 = SD.open("/data2.txt", FILE_WRITE); should be changed to data2 = SD.open("/data2.txt", FILE_APPEND);