Terminé de tester le WEB IDE à Matthieu Borgognon, il est super sexy, mais consomme BEAUCOUP trop de RAM en l'état. 8'344 de plus que mon web_ide2.lua actuel !

This commit is contained in:
Christian Zufferey
2019-10-20 13:37:48 +02:00
parent 32dc293415
commit c67426658a
8 changed files with 320 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
-- Scripts à charger après le boot pour démarrer le core system
print("\n boot.lua zf191020.1150 \n")
print("\n boot.lua zf191020.1318 \n")
-- charge ses propres secrets
f= "secrets_energy.lua" if file.exists(f) then dofile(f) end