OttoDIY / blockly

Otto Blockly; a fully integrated graphical programming for any type of Arduino projects, including robots, ready to install in your computer, it works offline and also online
https://www.ottodiy.com/software
GNU General Public License v2.0
114 stars 80 forks source link

Release type #93

Closed adalborgo closed 3 years ago

adalborgo commented 3 years ago

OttoBlockly doesn't need a proper installation, so I suggest releasing a zipped version as well. Normally I unzip the .exe file with 7zip and copy only the files contained in app-32.7z.

adalborgo commented 3 years ago

With the addition of new devices, version 1.4 has become too big (over 2GB), I think it would be better to have some lighter versions as well. I have seen that it is quite easy to make changes without having to recompile the whole package.

logix5 commented 3 years ago

Yes you are right, but the size is due to add arduino-cli and several boards. The compilation folder is the reason of this increase, but it doesn't affect the performance.

Maybe we can create a tool to delete the boards or libs that you don´t want use. But in my opinion there is no problem because only last in the installation process.

Now i have added the GPS sensor and soon we will add more features

BR

El dom, 17 ene 2021 a las 19:35, Antonio Dal Borgo (< notifications@github.com>) escribió:

With the addition of new devices, version 1.4 has become too big (over 2GB), I think it would be better to have some lighter versions as well. I have seen that it is quite easy to make changes without having to recompile the whole package.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OttoDIY/blockly/issues/93#issuecomment-761858695, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGZ4AUGRBJ44KE3DKWRRKETS2MUVVANCNFSM4V5NXMSA .

-- Óscar Ferruz Romero Socio fundador. Tel. 620.402.168

C/ Artajona, 17. 28039 - Madrid. www.logix5.com blog.logix5.com

www.twitter.com/Logix5_SS http://www.twitter.com/logix5_SS

www.facebook.com/logix5

Instagram: logix5_

"En la vida hay tres cosas que no dan marcha atrás: la palabra pronunciada, la flecha lanzada y la oportunidad perdida, ¿vamos a dejarla escapar?"

cparrapa commented 3 years ago

Hi @adalborgo how can we optimize? it seems the compilation folder needs all those files for the new boards we want to be able to compile and upload.

adalborgo commented 3 years ago

Seeeduino Lotus is perfectly compatible with Arduino UNO.

cparrapa commented 3 years ago

Alright for next release we will add the .zips thanks! @adalborgo