Files
MuditaOS/source/BusChannelsCustom.hpp
kkleczkowski 013422e519 Cellular messages (#110)
* 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.
2019-12-17 09:51:05 +01:00

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