Maxint R&D
Maxint R&D
Nice to see you get working results. Indeed, that behavior likely has to do with right-alignment of numbers versus left-alignment for strings. In most of my own projects I use...
> Thank you so much for your time and attention! I have what I need now to get the code running on the display unit I showed you in an...
Hi All, interesting feature and good to know your use case! Just my two cents: instead of an accelerometer, you might consider just a simple tilt-switch. These switches are glass...
Hi @jasonacox , thanks for your reply and your kind remarks. I just now added your library to the links in my readme. I played with your online animator, which...
Same here. FTPServerSample/LittleFSSample, gives same error using ESP8266 core 3.0.2 in Arduino IDE 1.8.16. Tested fix by this pull request: https://github.com/dplasa/FTPClientServer/pull/19 After changing esp8266compat/PolledTimeout.h the example compiles. - Serial console...
The fix in pull request https://github.com/dplasa/FTPClientServer/pull/19 made the example compile. All that was needed was to use the changed file (or copy the changes). After testing various FTP programs I...
If you look [here](https://github.com/dplasa/FTPClientServer/pull/19/commits/517f8dbc4f4736fcda2586523499e7d43ddc2578) you can see the .h file needs two changes: - remove the #ifdef #define at top and the #endif at end - add the #pragma at...
Did some more testing with SimpleFtpServer and found that in the Windows 7 ftp.exe a directory listing would show incomplete lines. After much debugging I saw that the filename pointer...
Hello @ipqate , sorry for the late reply. In principle the library is designed to facilitate high frequency PWM on one pin. In the readme it states "The library produces...
Hi, thanks for posting this issue. I will try to reproduce it. Which version of the LGT8F328P core are you using? I don't have VS code installed, but I will...