Alexandr Zarubkin
Alexandr Zarubkin
Since your fork is now up and running, maybe Facebook maintainers will accept a pull request?
It is. EEPROM library still needs manual setting of EEPROM location for devices with flash memory size !=128K. It can be done with preprocessor macros passed to compiler when building,...
Simple Tab Groups. It has implemented tab hiding now, so it doesn't have to reload them on switching the group. But this is configurable. Just make a backup in this...
@mibocs Tabs should always be loaded only when you click on them. Or just shown if they're not discarded.
@mibocs I think when you switch to the new tab group, tabs from the old group are hidden. Or unloaded, if the option to discard tabs is enabled. I think...
@mibocs Yup, I think you're right. It unloads the tabs from inactive groups.
Regarding ChibiOS: there is a library for PlatformIO which enables using ChibiOS/RT alongside with Arduino: https://platformio.org/lib/show/2986/ChRt
Another issue is that "Add reaction" button is invisible until you hover mouse cursor over it, and "View thread" link is on white background when hover. And bot messages are...
I think `builder/frameworks/espidf.py` script is not setting include and source paths for Arduino framework used as ESP-IDF component. In fact, it isn't searching for `components` subfolder in the project directory...
I totally understand. Thanks for replying. I need to upload files to ESP32, so I guess I need multipart/form-data here. I'll try to implement request body handling myself, thanks!