Nils
Nils
I had the same issue. The changes in uploader.php are working for Upload Image by drag&drop **but** when uploading an image in CKEditor the usual way: Image Button in Toolbar,...
Linux can handle ipv6. So nothing to be done on the receiver side.
same here. response is this: `b'Request FailedDear Customer,unfortunately we could not process your request right now.Please try again later or if the problem persists, contact our support staff and refer...
I have managed to compile and flash the Hello World example on the 16MB version but it didn't work on the 2MB version. Do you have the 16MB version available...
try this: diff --git a/examples/blinky/main.c b/examples/blinky/main.c index f4766c8..660e7db 100644 --- a/examples/blinky/main.c +++ b/examples/blinky/main.c @@ -4,6 +4,7 @@ static int led_pin = LED1; // To override: make EXTRA_CFLAGS=-DLED1=5 static int led_state...
Try in verbose mode. To compare, here's my output with the blinky example: ``` $ esputil -v flash 0 firmware.bin Opened /dev/ttyACM0 @ 115200 fd=4 SYNC [44 bytes] 0000 00...
Managed to make it work. """ lines.py Draws lines and rectangles in random colors at random locations on the display. """ import random from machine import Pin, SPI, SoftSPI import...
By re-thinking I have now found a possible way and would like to get a confirmation if that should be ok: deleted the changed file locally and then sent the...