mirror of
https://github.com/m5stack/M5Unit-RF433.git
synced 2026-05-20 11:41:00 -07:00
Add doxygen comment
This commit is contained in:
@@ -151,10 +151,10 @@ bool UnitSYN115::send(const uint8_t burst_transmission_count)
|
||||
// preamble
|
||||
_rmt_buffer.insert(_rmt_buffer.begin(), std::begin(preamble_array), std::end(preamble_array));
|
||||
|
||||
_closing = true;
|
||||
|
||||
// EOF
|
||||
_rmt_buffer.push_back(rmt_eof);
|
||||
|
||||
_closing = true;
|
||||
}
|
||||
|
||||
// auto wait = estimate_tx_timeout_ticks();
|
||||
|
||||
@@ -65,10 +65,12 @@ public:
|
||||
|
||||
///@name Communication identifier
|
||||
///@{
|
||||
//! @brief Get communication identifier
|
||||
inline rf433::communication_identifier_t communicationIdentifier() const
|
||||
{
|
||||
return _comm_id;
|
||||
}
|
||||
//! @brief Set communication identifier
|
||||
inline void setCommunicationIdentifier(rf433::communication_identifier_t id)
|
||||
{
|
||||
_comm_id = id;
|
||||
|
||||
Reference in New Issue
Block a user