André Fiedler

Results 64 issues of André Fiedler

enhancement
help wanted
1. to develop

You are stating in the README, that no other library has UDP support yet. That's wrong. ;) This one has: https://github.com/toomasz/SimcomGsmLib/blob/master/examples/Esp32GsmTcpTest/Esp32GsmTcpTest.ino Can you please add UDP support?

Hi, if I try to run the TinyUSB Library against my Nucleo F303K8 board, I'm getting the following exception: ``` .pio/libdeps/nucleo_f303k8/Adafruit TinyUSB Library/src/tusb_config.h:46:4: error: #error TinyUSB Arduino Library does not...

Feature

Hi, I would like to detect any Status Code other than 200. Also any redirect code like 3xx. Is this somehow possible? The docs about interceptors mention, that it only...

``` (node:6600) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: TypeError: Cannot read property 'toUpperCase' of undefined at getExcelRowCol (D:\00_Work\00_Hybrid\selfscanclient_print_master_data\node_modules\excel4node\distribution\lib\utils.js:127:20) at sortCellRefs (D:\00_Work\00_Hybrid\selfscanclient_print_master_data\node_modules\excel4node\distribution\lib\utils.js:161:16) at Array.sort (native) at processRows (D:\00_Work\00_Hybrid\selfscanclient_print_master_data\node_modules\excel4node\distribution\lib\worksheet\builder.js:142:34) at...

### Expected behavior getting a wifi networks list ### Current behavior Error thrown: ERROR : use init before ### Which are the affected features - [X] node API - [...

It would be great, if we could do something like this: ```js QRCode({ msg: 'xxxxxxxxxxxxx', dim: 120, pal: ['var(--primary-color)', 'var(--secondary-color)'], x: 123, y: 45 }) ``` that will result in:...

Please make the `BLEMidiServer.sendMessage()` method public, so we can send messages like this: ```c++ uint8_t midiMessage[] = { 0xF0, // sysex 0x00, 0x21, 0x3C, 0x00, 0x10, 0x33, 0x60, 0x5A, 0x00,...