jetpax

Results 7 issues of jetpax

I'm seeing what looks like a buffer overflow when sending debug messages, that displays the ANSI escape message )see image) I don't see them ever when RemoteDebug sends 'Project commands",...

waiting response
possible bug

First, thanks for a wonderful utility I found debugA doesn't display changed line 247 of RemoteDebug.h from `#define debugA(fmt, ...) rdebugVln(fmt, ##__VA_ARGS__)` to `#define debugA(fmt, ...) rdebugAln(fmt, ##__VA_ARGS__)` and seems...

bug
waiting response

There's a long standing unresolved issue with I2C failing when running at the same time as I2S on the ESP32. eg https://esp32.com/viewtopic.php?t=5563 and several others over the years Admittedly this...

Fix a simple typo in this example

Hi Neil I have a SC16is750 I2C UART installed on my Pi (as /dev/ttySC0) that I'd like to use as a serial port in the RasPiArduino environment. Can you give...

### Answers checklist. - [X] I have read the [Rainmaker documentation](https://rainmaker.espressif.com/docs/get-started.html) and the issue is not addressed there. - [X] I have updated my IDF branch (release/vX.Y) to the latest...

Each time a script is run using the RUN button redundant information is printed before and after eg ``` MicroPython v1.26.1-dirty on 2025-10-07; Generic ESP32S3 module with ESP32S3 Type "help()"...

enhancement