Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
IoT_Project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
robert.sharp
IoT_Project
Commits
1f5476de
Commit
1f5476de
authored
Jan 11, 2022
by
robert.sharp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Main.ino to clean up the code a little
parent
1b4f193c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Main.ino
sketch_main/Main/Main.ino
+1
-2
No files found.
sketch_main/Main/Main.ino
View file @
1f5476de
...
@@ -54,11 +54,10 @@ static const u1_t PROGMEM APPKEY[16] = { 0xEE, 0xB3, 0xA4, 0x83, 0xBF, 0xEC, 0x0
...
@@ -54,11 +54,10 @@ static const u1_t PROGMEM APPKEY[16] = { 0xEE, 0xB3, 0xA4, 0x83, 0xBF, 0xEC, 0x0
void
os_getDevKey
(
u1_t
*
buf
)
{
memcpy_P
(
buf
,
APPKEY
,
16
);}
void
os_getDevKey
(
u1_t
*
buf
)
{
memcpy_P
(
buf
,
APPKEY
,
16
);}
static
int
mydata
=
-
1
;
static
int
mydata
=
-
1
;
uint8_t
testData
[
2
];
uint8_t
testData
[
2
];
AirQualitySensor
sensor
(
A0
);
AirQualitySensor
sensor
(
A0
);
static
byte
payload
[
2
];
static
osjob_t
sendjob
;
static
osjob_t
sendjob
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment