Skip to content

Commit

Permalink
Revert "Revert "Reorder imports (#117)" (#150)"
Browse files Browse the repository at this point in the history
This reverts commit a8950b8.
  • Loading branch information
dmohns authored Dec 20, 2023
1 parent 599ceba commit 7588a95
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions firmware/src/credit.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

// defines

// Arduino base libraries
Expand Down
4 changes: 1 addition & 3 deletions firmware/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
// defines

// Arduino base libraries
// #include <Arduino.h>
#include <Arduino.h>

// third party libraries
// #include <ArduinoHttpClient.h>
// #include <Wire.h>

// OpenSmartMeter libraries
#include "credit.hpp"
Expand Down
13 changes: 7 additions & 6 deletions firmware/src/opaygo_functions.hpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
#pragma once

// defines

// Arduino base libraries
#include "Arduino.h"

// third party libraries

// OpenSmartMeter libraries
#include "global_defines.hpp"
#include "helpers.hpp"
#include "mem_init.hpp"
#include "time_management.hpp"

// Arduino base libraries
#include <inttypes.h>
#include "Arduino.h"
// #include <time.h>

extern "C" {
#include "opaygo_decoder.h"
}
Expand Down
1 change: 1 addition & 0 deletions firmware/src/remote.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "Arduino.h"

// third party libraries
#include <ArduinoHttpClient.h>
#include <TinyGsmClient.h>

// OpenSmartMeter libraries
Expand Down

0 comments on commit 7588a95

Please sign in to comment.