Skip to content

Commit

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

// defines

// Arduino base libraries
Expand Down
4 changes: 3 additions & 1 deletion firmware/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// 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: 6 additions & 7 deletions firmware/src/opaygo_functions.hpp
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
#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: 0 additions & 1 deletion firmware/src/remote.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "Arduino.h"

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

// OpenSmartMeter libraries
Expand Down

0 comments on commit 1ab4931

Please sign in to comment.