mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-14 03:25:25 -04:00
* WiP on porting sms to new cmux. * [cellular-messages] WiP concatented messages. * [cellular-messages] Sending sms and concatenated sms. * [cellular-messages] WiP concatenated messages. * [cellular-messages] Fixed deserialising multiple frames. * [cellular-message] Demo app + cellular api. * [cellular-message] Added text input selection * [cellular-messages] Fixed font size. * .gitignore update * [cellular-messages] cleanup and rm source/version.hpp. * [cellular-messages] PR suggestions. * [cellular-messages] Fixed merge overwrites, rest of PR suggestions. * [cellular-messages] Pr suggestions. * [cellular-messages] PR suggestions again.
21 lines
436 B
C++
21 lines
436 B
C++
//
|
|
// Created by mati on 28.04.19.
|
|
//
|
|
|
|
#ifndef MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|
|
#define MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|
|
|
|
//M.P: add here application specific definitions of bus channels
|
|
|
|
// Custom Bus channels
|
|
ServiceCellularNotifications,
|
|
//todo remove sms notification
|
|
ServiceCellularSMSNotification,
|
|
Test2CustomBusChannel,
|
|
ServiceDatabaseAlarmNotifications,
|
|
ServiceAudioNotifications
|
|
|
|
|
|
|
|
#endif //MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|