const String 2

This commit is contained in:
richonguzman
2024-05-15 17:47:29 -04:00
parent 2430f92193
commit cfca59cf20
16 changed files with 140 additions and 127 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
namespace SYSLOG_Utils {
void log(String type ,String packet, int rssi, float snr, int freqError);
void log(uint8_t type ,const String& packet, int rssi, float snr, int freqError);
void setup();
}