Rene

Results 17 issues of Rene

A wifi password can be more than 32 characters. See the definition of the wifi_ap_config_t) [https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_wifi.html#_CPPv416wifi_ap_config_t](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_wifi.html#_CPPv416wifi_ap_config_t). The maximum length is 64. This can be changed by updating the default value...

When there are two cpp files present that include the ReactiveArduinoLib.h file, linking breaks. This is probably caused because not all the definitions are templates but do generate code. Looks...

To subscribe to an observable this can be done by creating a class that implements IObserver and subscibe. However, it is not possible to unsubscribe. When subscribing a reference should...

See https://github.com/m5stack/UnitCamS3-UserDemo/blob/main/firmware/src/hal/cam/camera_pins.h for a list of cameras //#define CAMERA_MODEL_WROVER_KIT // Has PSRAM //#define CAMERA_MODEL_ESP_EYE // Has PSRAM //#define CAMERA_MODEL_M5STACK_PSRAM // Has PSRAM //#define CAMERA_MODEL_M5STACK_V2_PSRAM // M5Camera version B Has PSRAM...

Add a default calibration page

enhancement

See: https://github.com/KamranAghlami/T-Display-S3/blob/main/src/hardware/display.cpp

enhancement

esp_lcd_panel_io_i80_config_t io_config = { .cs_gpio_num = EXAMPLE_PIN_NUM_CS, .pclk_hz = EXAMPLE_LCD_PIXEL_CLOCK_HZ, .trans_queue_depth = 10, .dc_levels = { .dc_idle_level = 0, .dc_cmd_level = 0, .dc_dummy_level = 0, .dc_data_level = 1, }, .flags...

enhancement

Port for TF = VSPI https://macsbug.wordpress.com/2022/11/29/esp32-8048s043/

enhancement