Skip to content

Commit

Permalink
Update-Post Reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijit-031991 committed Sep 19, 2022
1 parent d83e18c commit d5a781b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:esp32doit-devkit-v1]
[env:esp32dev]
platform = espressif32
board = esp32doit-devkit-v1
board = esp32dev
framework = arduino
monitor_speed = 115200
board_build.partitions = no_ota.csv
Expand Down
2 changes: 1 addition & 1 deletion src/v2-867.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
SerialBT.register_callback(callback);
SerialBT.begin("Arc-Track-10114");
SerialBT.begin("Arc-Track-BaseStation-101");
SPI.begin(SCK,MISO,MOSI,SS);
LoRa.setPins(SS,RST,DI0);

Expand Down

0 comments on commit d5a781b

Please sign in to comment.