update web building

This commit is contained in:
Proddy
2023-10-17 16:06:32 +02:00
parent 5be1482c20
commit c150c578a6
12 changed files with 95 additions and 1224 deletions

View File

@@ -6,7 +6,7 @@ var mime = require('mime-types');
const ARDUINO_INCLUDES = '#include <Arduino.h>\n\n';
const INDENT = ' ';
const outputPath = '../lib/framework/WWWData.h';
const sourcePath = './build';
const sourcePath = './dist';
const bytesPerLine = 20;
var totalSize = 0;