Alexander Zibin

Results 8 issues of Alexander Zibin

Hi, Thank you for this program. However, it's not working on Windows. It can't understand the input path; the errors are as follows: `dvdrip.py --scan -i d: Reading from 'd:'...

All your library examples work fine on Arduino Nano; **thank you for your great job!** But when I upload the sample code to ESP32 Dev Module, **gps.available( gpsPort ) always...

Hi, Thank you for this perfect library. Please can you provide the example code how to handle data from **GPS USB dongle** in PlatformIO? ``` platform = espressif32 board =...

Please take a look at enclosed image - page icons overlap over the title text: ![Screen_20210220-162424](https://user-images.githubusercontent.com/37593964/108597812-fc99e000-739b-11eb-8acd-4880b525ba9d.jpg)

bug
help wanted
Testers needed!

First of all, great THANK YOU for this useful library. Please help to combine (in one sketch) two must-have libraries: https://github.com/iotappstory/ESP-Library and https://github.com/s00500/ESPUI (it's a dashboard like `ayushsharma82/ESP-DASH` with rich...

documentation

Bintray will shutdown soon - see their info [here.](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) What cloud platform should we use instead of Bintray?

#ifdef defined(ESP32_RTOS) is not a valid c++ preprocessor statement. changed to: #if defined(ESP32_RTOS)

uint16_t maxlen = must be longer one byte; +1 adds space for trailing \0, otherwise the final symbol in suffix is missed