diff --git a/code/lib/jomjol_image_proc/CFindTemplate.cpp b/code/lib/jomjol_image_proc/CFindTemplate.cpp index 5d410ebb..0ed42d0a 100644 --- a/code/lib/jomjol_image_proc/CFindTemplate.cpp +++ b/code/lib/jomjol_image_proc/CFindTemplate.cpp @@ -454,7 +454,7 @@ void CAlignAndCutImage::Align(std::string _template0, int ref0_x, int ref0_y, st delete imgzw; } - string zw = "dx: " + to_string(dx) + "dy: " + to_string(dy) + "d_winkel: " + to_string(d_winkel); + string zw = "\tdx:\t" + to_string(dx) + "\tdy:\t" + to_string(dy) + "\td_winkel:\t" + to_string(d_winkel); LogFile.WriteToDedicatedFile("/sdcard/alignment.txt", zw); CRotate rt(this->rgb_image, this->channels, this->width, this->height, this->bpp); diff --git a/firmware/firmware.bin b/firmware/firmware.bin index 8b170b45..758496fb 100644 Binary files a/firmware/firmware.bin and b/firmware/firmware.bin differ