studiosacchetti

Results 8 comments of studiosacchetti

this work for me! ``` /** * validate order */ $bot->on(function (\TelegramBot\Api\Types\Update $update) use ($bot) { $message = $update->getMessage(); $id = $message->getChat()->getId(); $successful_payment = $message->getSuccessfulPayment(); if ($successful_payment) { $bot->sendMessage($id, 'it...

i have a similar problem, did u solve?

tried already, still not function. my culprit should be a 1 giga .7z file at the moment..

no error from log, but i find the issue, it was a huge (40 mega) jpg image

``` /** @file rfid.ino @author SeanKwok ([email protected]) @brief M5Dial RFID Test @version 0.2 @date 2023-10-18 @Hardwares: M5Dial @Platform Version: Arduino M5Stack Board Manager v2.0.7 @Dependent Library: M5GFX: https://github.com/m5stack/M5GFX M5Unified: https://github.com/m5stack/M5Unified...

hello i have tried many configuration and different power supply (i used usb charger for phone), but i did not solve my issue. using this setup partially fix the problem....

ok will try soon. Is there any power supply that u may recommend to solve this issue? better usb or not?. i am a software developer not a electronic engineer...