mirror of
https://github.com/anklimov/lighthub
synced 2026-09-13 05:34:17 +00:00
Binaries & cross compilation
This commit is contained in:
Binary file not shown.
+7716
-7719
File diff suppressed because it is too large
Load Diff
+10048
-10046
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
../tools/mac/arduinoOTA -address 192.168.11.172 -port 80 -username arduino -password password -sketch firmware.bin -b -upload /sketch
|
||||
../tools/mac/arduinoOTA -address 192.168.11.13 -port 80 -username arduino -password password -sketch firmware.bin -b -upload /sketch
|
||||
|
||||
Binary file not shown.
+10329
-10329
File diff suppressed because it is too large
Load Diff
+9652
-9653
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+7051
-7053
File diff suppressed because it is too large
Load Diff
+6358
-6352
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1904
-1900
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#define NO_SUBITEM 63
|
||||
#ifdef CANDRV
|
||||
|
||||
#if defined(ARDUINO_ARCH_STM32)
|
||||
@@ -37,7 +38,7 @@ typedef union
|
||||
|
||||
};
|
||||
} canid_t;
|
||||
#define NO_SUBITEM 63
|
||||
|
||||
|
||||
enum payloadType
|
||||
{ unknown=0,
|
||||
|
||||
@@ -26,6 +26,7 @@ e-mail anklimov@gmail.com
|
||||
#include "main.h"
|
||||
#include "bright.h"
|
||||
#include "itemCmd.h"
|
||||
#include "candriver.h"
|
||||
//#include "SHA256.h"
|
||||
|
||||
#ifdef _dmxout
|
||||
|
||||
Reference in New Issue
Block a user