Eszartek
Eszartek
I see that d868uv.c has : `#define NCALLSIGNS 160000` My guess would be changing that to 200000 would do the trick. The 160k number was from an earlier revision of...
I tried to upload your contacts csv file to my radio. got the same error: ```$ ./dmrconfig -u 578_8x8_WW_default.csv Serial port: /dev/ttyACM3 Connect to Anytone AT-D878UV. Read file '578_8x8_WW_default.csv'. WARNING:...
Debugging further using v1.34 appimage, clicking on a notification stoppped the app with the same console output: ``` [24059:1129/050435.287457:ERROR:libnotify_notification.cc(49)] notify_notification_close: domain=1236 code=36 message="GDBus.Error:org.freedesktop.Notifications.InvalidId: Invalid notification identifier" Trace/breakpoint trap ``` So...
Finally, I figured it out! After reading about other Electron apps, like SIgnal that also crashed with notifications, one solution was tro install & run xfce4-notifyd. So I did it...
In conclusion, I installed xfce4-notifyd and then added the line `/usr/lib/xfce4/notifyd/xfce4-notifyd &` to my .xinitrc , rebooted and notifications from DeltaChat work perfectly. For those that run Artix or Arch...
I just tried timer 1, which didn't work, but timer 2 does, so I made a mistake. I'll verify and correct the timer_init bits above shortly.
The lxpanel just has tighter integration with the LXDE desktop environment. The JWM taskbar is in fact quite functional but I have a preference towards lxpanel. I choose to use...
I use the ESP32c3 which uses a different TIMG_BASE of $6001F000, so once I set that I got the same error that you did. Searching on HW TIMER NEVER INIT...
I shoehorned in some of the arduino timer commands. I can make the HW TIMER NEVER INIT ERROR go away by just initializing the timer first via the timer_init() function,...
I got the timer working now without all the extra the arduino words i was testing. Note that I've only tested this on an ESP32c3, so maybe the timerinit word...