Skip to content

Commit

Permalink
fix server choice
Browse files Browse the repository at this point in the history
  • Loading branch information
LoSk-p committed Sep 18, 2024
1 parent 6b1df06 commit 75ce300
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion airrohr-firmware/airrohr-firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4787,7 +4787,6 @@ static unsigned long sendDataToRobonomics(const String &data) {
if (num_of_host == 255) {
num_of_host = chooseRobonomicsServer(LoggerRobonomics, true);
}
num_of_host = 2;
sum_send_time += sendData(LoggerRobonomics, data_4_robonomics, 0, HOST_ROBONOMICS[num_of_host][0], URL_ROBONOMICS);
}

Expand Down
2 changes: 1 addition & 1 deletion airrohr-firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; http://docs.platformio.org/page/projectconf.html

[platformio]
default_envs = nodemcuv2_en
; default_envs = nodemcuv2_en
src_dir = .

; -DDEBUG_ESP_PORT=Serial
Expand Down

0 comments on commit 75ce300

Please sign in to comment.