Skip to content

Commit 2941953

Browse files
committed
firmware: fix STM32 RadioLib transmit signature
1 parent ced911f commit 2941953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware/satellite/stm32/Altair_Satellite_STM32/Altair_Satellite_STM32.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void buildTelemetry(char* packet, size_t packetSize) {
9898
}
9999

100100
// Передаёт произвольную строку через тот же CC1101.
101-
bool transmitPayload(const String& payload) {
101+
bool transmitPayload(String payload) {
102102
radio.standby();
103103
const int state = radio.transmit(payload);
104104
radio.standby();

0 commit comments

Comments
 (0)