refacto: Rename Simu Gaz files
This commit is contained in:
parent
cc0d42642f
commit
9766a15a3a
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#include <simugaz.h>
|
#include <SimuGaz.h>
|
||||||
|
|
||||||
#define INITIAL_PULSE_CNT 185432
|
#define INITIAL_PULSE_CNT 185432
|
||||||
#define INITIAL_SECONDS 0
|
#define INITIAL_SECONDS 0
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include "LoRaTransmitter.h"
|
#include <LoRaTransmitter.h>
|
||||||
|
#include <SimuGaz.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "simugaz.h"
|
|
||||||
|
|
||||||
RTC_DATA_ATTR uint8_t restartCount = 0;
|
RTC_DATA_ATTR uint8_t restartCount = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue