1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-17 11:54:33 +01:00
Cristian Maglie c62f62c9dc Store temporary sketch in a folder named as the sketch
Previously the sketch was saved directly in the temporary folder:

  /tmp/arduino_modified_sketch_66288/Blink.ino

this is not a correct Arduino sketch, now it is saved in:

  /tmp/arduino_modified_sketch_66288/Blink/Blink.ino
2020-07-24 12:37:53 +02:00
..
2020-07-24 12:37:53 +02:00