Dirk Carstensen

Results 15 issues of Dirk Carstensen

Hi, i made a german translation. Best regards Dirk

Hi, i try to use your library together with ESPWebserver to replace the sync->async versions. Captive portal works fine, i can connect to my WIFI. But after hard resetting the...

Hello, currently besen does not compile for XE8 & MacOS target. Needed changes: Besen.inc: {$ifdef ver290} // XE8 {$define DelphiXE7} {$define DelphiXEAndUp} {$define DelphiXE2AndUp} {$define DelphiXE3AndUp} {$define DelphiXE4AndUp} {$define DelphiXE5AndUp}...

Hi, nice library! With a small change you could compile on ESP32 also: Just change the include to: `#ifdef ESP32 #include #else #include #endif` Best Dirk

Hi, nice app and demo! I've tested on Nokia 6 with Android 8.1.0 with Delphi 10.2.3 and camera-drawing is soo slow and not far from unusable. Another test with Delphi.ZXing...

First, thank's for this great library! I've managed to compile & run the sd_msc.ino example on PlatformIO / Lolin-S3 in a few minutes! I wonder about the transfer speed, can...

see https://github.com/madhephaestus/ESP32Encoder/issues/101

Hi, i would like to extend an existing MP3 player project with this library. Unfortunately this PlatformIO framework is Arduino and not IDF. Are there any plans to make this...

### NuGet Package Version _No response_ ### Payment service provider Concardis ### Payment terminal CCV base next ### Communication Logs _No response_ ### More information Hi, first thank's for this...

question

Hello, using FastMM4 in an empty FMX application in Delphi 10.1 Berlin results in crash in procedure TMonitor.Destroy; steps to reproduce: - new empty FMX application, target Win32 - Add...