diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index 2dffd26..0b5c0cb 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -27,7 +27,7 @@ module.exports = { // Create a new PDF document const doc = new PDFDocument({ - size: [204, 400], + size: [204, 1000], margin: 5 });