Christian Wohltat

Results 54 issues of Christian Wohltat

Connecting to the device is something the is done a lot, so it make sense to make it as easy as possible. If i want to connect (USB serial) to...

on `https://bipes.net.br/3/ide?page=prompt` i see this after starting a simple blink sketch ``` Connected with WebSerial! >>> import os; os.uname() (sysname='esp8266', nodename='esp8266', release='2.2.0-dev(9422289)', version='v1.18 on 2022-01-17', machine='ESP module with ESP8266') >>>...

I can connect to the esp but the disconnect does not work. I can press the button but it has no effect. It is still connected and i can send...

The version that can be uploaded with the web installer is outdated (1.17). The current version is 1.19.1 https://micropython.org/download/esp8266/ > Firmware > Releases > [v1.19.1 (2022-06-18) .bin](https://micropython.org/resources/firmware/esp8266-20220618-v1.19.1.bin) [[.elf]](https://micropython.org/resources/firmware/esp8266-20220618-v1.19.1.elf) [[.map]](https://micropython.org/resources/firmware/esp8266-20220618-v1.19.1.map) [[Release...

When adding a ray then the graphics look kind of broken. Looks like something is messing with the z-buffer. ![opticsWB_zbuffer_bug](https://user-images.githubusercontent.com/4751351/129793965-7f07f789-a9e6-46e8-835a-10bca6884b0e.gif) When adding an absorber the effect disappears, which makes sense...

When the ray is transformed, even without changing anything, it disappears. If i hide and unhide the ray it appears again ![opticsWB_transform_bug](https://user-images.githubusercontent.com/4751351/129790563-733ca5c1-9a00-42fb-91e0-9bf2529e3a4b.gif) Alt + O is like pressing OK

Is there anyone still working on this project?

I want to print with 12mm tape on the PT-P710BT, but i don't know what to change in the code. I've already tried changing the image size to 64x64 and...

@Carglglz I have an application i want to send TLS / SSL packages over websockets using aiohttp on an ESP32. The problem is that the websockets fail after a short...

@Carglglz During the handshake the Sec-WebSocket-Key is send undecoded which results in it being sent with an additional `b''` (like `b'tb4IfqY2SEcIEy0pv0opLQ=='`). If the line: https://github.com/micropython/micropython-lib/blob/583bc0da70049f3b200d03e919321ac8dbeb2eb8/python-ecosys/aiohttp/aiohttp/aiohttp_ws.py#L146 is changed to the following...