-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsloeber.ino.cpp
38 lines (33 loc) · 1001 Bytes
/
sloeber.ino.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#ifdef __IN_ECLIPSE__
//This is a automatic generated file
//Please do not modify this file
//If you touch this file your change will be overwritten during the next build
//This file has been generated on 2023-08-17 15:49:36
#include "Arduino.h"
#include "Arduino.h"
#include "LoRa_E32.h"
#include <ArduinoJson.h>
#include <ESP8266WiFi.h>
#include "include/states.h"
#define ACTIVATE_OTA
#include <ESP8266WiFi.h>
#include <ESP8266mDNS.h>
#include <WiFiUdp.h>
#include <ArduinoOTA.h>
void callback() ;
void setup() ;
void loop() ;
void printParameters(struct Configuration configuration) ;
ResponseStatus setModeNormal();
ResponseStatus setModeWake();
ResponseStatus setModeReceive();
ResponseStatus setModeProgram();
ResponseStatus setModeSleep();
ResponseStatus sendUpdate(PACKET_TYPE packetType, bool needAckParam );
void setMin();
void setMax();
void IRAM_ATTR minCallack();
void IRAM_ATTR maxCallack();
float getBatteryVoltage();
#include "LoRa-refill-and-water-level-tank-Client.ino"
#endif