Simon Cierniewski

Results 3 comments of Simon Cierniewski

@sanchin Great work! Thank you! :smile: Could you confirm that BT LE is already supported? It looks like it's implemented, but does it work? https://github.com/rjaros87/pm-home-station/commit/3d2de061efee599384d86f1d1289bd58b88c1b7d

Thank you! I will test it soon :smile:

@roland-ryan-rm Your fix worked for me as well. Thank you! However, it could also be fixed in library by adding `foregroundServiceType` in `startForeground(DfuBaseService.java:1926)` ``` try { startForeground(NOTIFICATION_ID, builder.build()); } catch...