nopnop2002
nopnop2002
I am requesting a driver for `MAX7219`. Add one parameter to max7219_draw_image_8x8. ``` esp_err_t max7219_draw_image_8x8(max7219_t *dev, uint8_t pos, const void *image, bool flag) ``` --- If flag = true, immediately...
Thank you for great wrok. I have a small problem. https://github.com/njh/EtherCard/blob/master/src/tcpip.cpp#L47 ``` static const char *client_postval; ```` https://github.com/njh/EtherCard/blob/master/src/tcpip.cpp#L542 if (client_postval == 0) { https://github.com/njh/EtherCard/blob/master/src/tcpip.cpp#L562 strlen(client_postval), https://github.com/njh/EtherCard/blob/master/src/tcpip.cpp#L588 client_postval = 0; https://github.com/njh/EtherCard/blob/master/src/tcpip.cpp#L597...
What kind of issue is this? - [ ] **Question**. This issue tracker is not the place for questions. If you want to ask how to do something, or to...
My environment: ESP-IDF version:v4.1-dev-369-g4dac7c7df My operation: rm sdkconfig make clean make menuconfig make CC build/audio_renderer/audio_renderer.o /home/ESP32_OLED_webradio/components/audio_renderer/audio_renderer.c: In function 'render_samples': /home/ESP32_OLED_webradio/components/audio_renderer/audio_renderer.c:90:13: error: implicit declaration of function 'i2s_write_bytes' [-Werror=implicit-function-declaration] i2s_write_bytes(renderer_instance->i2s_num, buf, len,...
Hello. I found this code in app_main.c When without CONFIG_SSD1306_6432, the TFT resolution looks 128x64 #ifdef CONFIG_SSD1306_6432 #define XOFFSET 31 #define YOFFSET 32 #define WIDTH 64 #define HEIGHT 32 #else...
If you connect more than 10 clients, you need to change this. 
Repeated CONEECT with MDNS hostname makes connection impossible. mosquitto_pub repeats Connect and Disconnect every time. Eventually you will not be able to connect. This script does not work stably. ```...
現在のサーバーはPUBREL requestに対応していない。 私はこのリクエストの使い方が分からない。 --- The current server does not support PUBREL request. I don't know how to use this request.
現在のサーバーはPUBCOMP requestに対応していない。 私はこのリクエストの使い方が分からない。 --- The current server does not support PUBCOMP request. I don't know how to use this request.
現在のサーバーはPUBREC requestに対応していない。 私はこのリクエストの使い方が分からない。 --- The current server does not support PUBREC request. I don't know how to use this request.