precompile on startup

This commit is contained in:
udo
2022-01-31 00:42:16 +00:00
parent 3a9dfba86c
commit 0a6ebc60f0
31 changed files with 930 additions and 62 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
String shell_exec(String cmd)
{
printf("(i) shell_exec(%s)\n", cmd.c_str());
//printf("(i) shell_exec(%s)\n", cmd.c_str());
String data;
FILE * stream;
const int max_buffer = 256;