Skip to content

Commit a037ef1

Browse files
authored
Merge branch 'master' into master
2 parents 4573695 + 0596733 commit a037ef1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: libraries/Update/src/Updater.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ bool UpdateClass::setCryptMode(const int cryptMode){
228228
if(cryptMode >= U_AES_DECRYPT_NONE && cryptMode <= U_AES_DECRYPT_ON){
229229
_cryptMode = cryptMode;
230230
}else{
231-
log_e("bad crypt mode arguement %i", cryptMode);
231+
log_e("bad crypt mode argument %i", cryptMode);
232232
return false;
233233
}
234234
return true;

Diff for: libraries/WiFi/src/WiFiGeneric.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ bool WiFiGenericClass::initiateFTM(uint8_t frm_count, uint16_t burst_period, uin
686686
.channel = channel,
687687
.frm_count = frm_count,
688688
.burst_period = burst_period,
689+
.use_get_report_api = true
689690
};
690691
if(mac != NULL){
691692
memcpy(ftmi_cfg.resp_mac, mac, 6);

Diff for: variants/roboheart_hercules/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#define SLEEP_MOTOR_ABC 2 // nSLEEP
1717

18-
#define LED_ROBOHEART 14 // Built in LED
18+
#define LED_ROBOHEART 13 // Built in LED
1919
#define BUILTIN_LED LED_ROBOHEART // backward compatibility
2020
#define LED_BUILTIN LED_ROBOHEART
2121

0 commit comments

Comments
 (0)