riegaz

Results 9 issues of riegaz

How can I use this plugin with Android Studio 3.x Plugin installed APK decompiled Import decompiled files into project But how do I debug it now on the emulator? Run/Debug...

For me the SmartConfig sample does not work. The output from the esp8266 is: `SC version: V2.5.4 mode : sta(5c:cf:7f:33:74:c3) add if0 scandone scandone SC_STATUS_FIND_CHANNEL` I'm under Linux, I followed...

I created a simple project only holding this code: ``` #include #include void init() { } ``` This is the error I get: > C:\Users\programmer\Downloads\sming\sming-skel>make > LD out/build/app.out > c:/tools/sming/Sming/compiler/lib/\libsming.a(user_main.o):(.text.user_init+0x0):...

I posted my question https://forum.micropython.org/viewtopic.php?f=16&t=3374&sid=7cb1e97daa08a77472a3a6e551e1f4a0 but unfortunately no one could help me until now.

Hi there, I really like your project because I really enjoy seeing the ESP32 being able to drive these displays. Do you have any educated guess if I could drive...

Hi, thanks for you awesome tool. I'm just one step prior to writing a RL78. I would like to read and clone a RL78 to a blank rl78. Is there...

I receive this after flashing: > Chip ID: 0x804200 > Hostname: ESP8266-804200 > > ets Jan 8 2013,rst cause:4, boot mode:(1,6) > > wdt reset after reboot, I do not...

Following the instructions of how to add a module I do get the following error. ``` CC mymodule.c mymodule.c:16:5: error: unknown field 'name' specified in initializer .name = MP_QSTR_mymodule, ^...

This feature works but if you have two displays the menubar goes gray on the not active (focused) display. The problem arises when selecting menu bar options on a display...

bug