File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -417,8 +417,8 @@ class BlinkerApi : public BlinkerProtocol
417
417
template<typename T>
418
418
void dataStorage(char _name[], const T& msg);
419
419
template<typename T>
420
- void RTDataStorage (char _name[], const T& msg);
421
- void RTDataPrint ();
420
+ void sendRtData (char _name[], const T& msg);
421
+ void printRtData ();
422
422
void timeSlotData(char _name[], int32_t msg);
423
423
void timeSlotData(char _name[], uint32_t msg);
424
424
void timeSlotData(char _name[], float msg);
@@ -6999,7 +6999,7 @@ float BlinkerApi::gps(b_gps_t axis)
6999
6999
7000
7000
#if !defined(BLINKER_AT_MQTT)
7001
7001
template<typename T>
7002
- void BlinkerApi::RTDataStorage (char _name[], const T& msg)
7002
+ void BlinkerApi::sendRtData (char _name[], const T& msg)
7003
7003
{
7004
7004
// String _msg = STRING_format(msg);
7005
7005
@@ -7080,7 +7080,7 @@ float BlinkerApi::gps(b_gps_t axis)
7080
7080
7081
7081
}
7082
7082
7083
- void BlinkerApi::RTDataPrint ()
7083
+ void BlinkerApi::printRtData ()
7084
7084
{
7085
7085
// String data = "{\"rt\":{";
7086
7086
You can’t perform that action at this time.
0 commit comments