Francesco Stefanni

Results 24 issues of Francesco Stefanni

**Is your feature request related to a problem? Please describe.** Hi, the only way to test if a object is actually empty is to use the `size()` method, which is...

enhancement

Hi, this pr adds an optional parameter to allow passing a custom SPI instance. Implements the proposal of issue #53. Closes #53. Regards

Hi, at the moment it is not possible to pass a custom SPI instance to the MCP2515 constructor. I had this need in a project, so I have made the...

Hi, this is a feature request. It would be nice to be able to run the server under a user-defined context path, instead of the root path. So for example,...

### Board ESP32 Dev Module ### Device Description * DevKitC ### Hardware Configuration * Digital expander I2C PCF8574 * Display I2C SSD1306 * ADS1115_WE I2C * A digital sensor (proximity...

Area: Performance
Area: Peripherals API
Status: Needs investigation

### Describe the problem Hi, some times (I have been unable to understand why) the link fails with messages as the following: ```bash /home/kappa/.arduino15/packages/Heltec-esp32/tools/xtensa-esp32-elf-gcc/1.22.0-80-g6c4433a-5.2.0/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld: cannot find crt1-sim.o: No such file...

type: imperfection

[x ] I have read the Troubleshooting section of the ReadMe ## What type of issues is this? [ ] Request to support a new module [ ] Bug or...

Hi, this pr is a small fix for compiling with ESP32. Fixes #136 Moreover, this pr fixes the default behavior for `Connection` header. Please see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Connection Regards

Hi, just to signal this warning: ``` ESP32_LoRaWAN/src/ESP32_LoRaWAN.cpp:422:12: error: enumeration value 'LORAMAC_REGION_LA915' not handled in switch [-Wswitch] ``` In my code I use `-Werror=switch` to transform the warning into an...

Hi, I have noticed this behavior: 1. If I post with header "Connection", the corresponding header is sent (OK) 2. If I post with *unchecked* "Connection" header, the header is...