Skip to content

Commit

Permalink
changed platform to developer version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmh78 committed Jan 12, 2018
1 parent 60bc8ee commit a80d5f6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"terminal.integrated.env.osx": {
"PATH": "/Users/rmh78/.platformio/penv/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
"PATH": "/Users/rmh78/.platformio/penv/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/rmh78/esp/xtensa-esp32-elf/bin"
},
"platformio-ide.forceUploadAndMonitor": true,
"files.associations": {
Expand Down
Binary file modified data/no2-data_calibration_20180105.ods
Binary file not shown.
2 changes: 1 addition & 1 deletion 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

[env:heltec_wifi_lora_32]
platform = espressif32
platform = https://github.com/platformio/platform-espressif32.git
board = heltec_wifi_lora_32
framework = arduino

Expand Down
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* - TOGGLE_MODE - only measurement unless the button is pressed which causes sending all stored messages
*/

#include <Arduino.h>
#include <lmic.h>
#include <hal/hal.h>
#include <SPI.h>
Expand Down

0 comments on commit a80d5f6

Please sign in to comment.