Nickolai Golubev

Results 6 issues of Nickolai Golubev

NeoTime.h 4.2.9 Line 44 const uint8_t DAYS_PER_WEEK = 7; Conflicts with compilation due to a define in esp32 Timelib 1.6.1 (https://github.com/PaulStoffregen/Time/blob/master/TimeLib.h) Line 70 #define DAYS_PER_WEEK ((time_t)(7UL)) And causes a compilation...

FYI, as you predicted when using this library inside an interrupt timer on an esp32, it seems to fail to detect long clicks. Every click, long or short, irregardless of...

wontfix
documentation

fixed missing u_int32_t type definition

Bellow error is present when compiling in VSCODE + PlatformIO against a STM32 bluepill ```In file included from src\main.cpp:43: .pio\libdeps\bluepill_f103c6\eXoCAN/eXoCAN.h:146:41: error: 'u_int32_t' has not been declared 146 | void filter32Init(int...

I just flashed the Auto-Marlin-2.0.X - 8256043 - Jun 21 pre-built release (I did NOT build my own/modify the configuration), did the PID tune and loaded a 3DBenchy model to...

VSCode, PlatformIO (latest) platformio.ini: ``` [env:featheresp32-s2] platform = espressif32 board = featheresp32-s2 framework = arduino lib_deps = plerup/EspSoftwareSerial@^7.0.0 arcao/Syslog@^2.0.0 makerspaceleiden/TLog@^1.0.3 arduino-libraries/ArduinoHttpClient@^0.4.0 jchristensen/movingAvg@^2.3.1 arduino-libraries/NTPClient@^3.2.1 adafruit/Adafruit GFX Library@^1.11.5 adafruit/Adafruit NeoPixel@^1.10.7 rlogiacco/CircularBuffer@^1.3.3 yiannisbourkelis/Uptime...