Skip to content

Commit

Permalink
Make the root directory the project folder to avoid confusion and add…
Browse files Browse the repository at this point in the history
… src folder to make Arduino IDE happy
  • Loading branch information
4m1g0 committed Dec 26, 2019
1 parent 7527515 commit 3002365
Show file tree
Hide file tree
Showing 565 changed files with 13 additions and 12 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
src/Fossa_GroundStation/data/config.json
src/Fossa_GroundStation/scripts/
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch

FossaGroundStation/data/config.json
FossaGroundStation/scripts/
scripts/
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
#else
#include "WProgram.h"
#endif
#include "ConfigManager/ConfigManager.h"
#include "src/ConfigManager/ConfigManager.h"
#include <RadioLib.h>
#include "Comms/Comms.h"
#include "src/Comms/Comms.h"
#include "SSD1306.h" // https://github.com/ThingPulse/esp8266-oled-ssd1306
#include "OLEDDisplayUi.h" // https://github.com/ThingPulse/esp8266-oled-ssd1306
#include "Mqtt/esp32_mqtt_client.h"
#include "src/Mqtt/esp32_mqtt_client.h"
#include "ArduinoJson.h"

#include "BoardConfig.h"
#include "Oled/graphics.h"
#include "ArduinoOTA/ArduinoOTA.h"
#include "src/Oled/graphics.h"
#include "src/ArduinoOTA/ArduinoOTA.h"

const uint32_t version = 1912161; // version year month day release

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions FossaGroundStationProject/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 3002365

Please sign in to comment.