Alexandr Zarubkin
Alexandr Zarubkin
https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/683e5a371e14fd0ffb72c183599069655a79aec5/STM32F1/libraries/EEPROM/EEPROM.cpp#L524-L544 The comment needs to be updated. The same applies to EEPROM::write and EEPROM::EE_VerifyPageFullWriteVariable.
Hello, My original issue was that my onReceive callback was not called. I've finally realized it's because I've declared a variable SPIClass spi(1), whereas there was one inside the library...
On 2-14-2021 ChibiOS 20.3.3 “Dragonea” has been released. Could you please upgrade your library to use the latest ChibiOS version? If you've got your hands full at the moment, any...
Is it possible to use aREST library with ESPAsyncWebServer instead of regular WiFiServer? If not, perhaps it is worth adding?
If it is already implemented, please forgive me, I didn't find any command line argument to enable or disable it.
According to https://en.cppreference.com/w/cpp/types/enable_if it should be in the `type_traits` header file. But currently the lib doesn't mention `enable_if` at all. The same goes for `is_arithmetic` (https://en.cppreference.com/w/cpp/types/is_arithmetic).
Hello everyone, I can view chip RAM contents with Platformio debugger (“Memory” tab), however, when I tried to edit it, I got the message that it’s read only. How can...
# Description of problem Upon VS Code startup, I get the following exception. PIO Home is set to "Show at startup". I think it's due to local web server starting...
# Configuration **Operating system**: Windows 10 x64 LTSB 2016 **PlatformIO Version** (`platformio --version`): 4.3.1 ### Description of problem The order of actions is incorrect in "Upload using programmer and set...
Please add the template engine. It would be nice to be able to store the HTML file in SPIFFS and replace certain placeholders in it with their real values depending...