mgnthe54

Results 7 comments of mgnthe54

Thanks for that, I'll take a look. Otherwise I did this (script) to modify the copy. ``` sudo rpi-clone -l mmcblk0 -v -U >> /home/pi/script/copy_disk_boot.log echo "Cloning complete." >> /home/pi/script/copy_boot_disk.log...

Here is the complete script with log file size management! [script.txt](https://github.com/billw2/rpi-clone/files/11456724/script.txt)

Hello, to determine where it was not working I inserted different messages in different places of the program using `Serial.println` "messages"; Of course I also have this as parameters: ```cpp...

Yes normally without dhcp, the shield should initialize with ipAdress (fixed ip) but this is not the case it crashes after a short waiting time, then it reboots and that...

If anyone has the same problem here is the solution of: LawrenceLoiuse It is in the Bullseye backports repository: https://packages.debian.org/bullseye-backports/gammu https://backports.debian.org/Instructions

Hello in which file did you #define Wire1 Wire? I tried in SHT3x.h, or SHT3x.cpp or in my sketch but instead of Wire is not defined I get the error:...

By deleting in the file SHT3x.cpp all the program blocks calling on WIRE1 it works but it is not too clean if each time it is necessary to modify this...