Skip to content

Commit

Permalink
bins
Browse files Browse the repository at this point in the history
anklimov committed Nov 11, 2023
1 parent 2e21362 commit 5719ba2
Showing 18 changed files with 53,361 additions and 53,261 deletions.
Binary file modified compiled/Mega2560-optiboot/firmware.bin
Binary file not shown.
15,252 changes: 7,626 additions & 7,626 deletions compiled/Mega2560-optiboot/firmware.hex

Large diffs are not rendered by default.

19,713 changes: 9,868 additions & 9,845 deletions compiled/controllino/firmware.hex

Large diffs are not rendered by default.

Binary file modified compiled/due/firmware.bin
Binary file not shown.
Binary file modified compiled/esp32-wifi/firmware.bin
Binary file not shown.
Binary file modified compiled/esp8266-wifi/firmware.bin
Binary file not shown.
Binary file modified compiled/lighthub21/firmware.bin
Binary file not shown.
Binary file modified compiled/m5stack/firmware.bin
Binary file not shown.
21,030 changes: 10,527 additions & 10,503 deletions compiled/mega2560-5100/firmware.hex

Large diffs are not rendered by default.

19,234 changes: 9,628 additions & 9,606 deletions compiled/mega2560-5500/firmware.hex

Large diffs are not rendered by default.

Binary file modified compiled/mega2560slim/firmware.bin
Binary file not shown.
13,757 changes: 6,892 additions & 6,865 deletions compiled/mega2560slim/firmware.hex

Large diffs are not rendered by default.

13,171 changes: 6,594 additions & 6,577 deletions compiled/nrf52840/firmware.hex

Large diffs are not rendered by default.

Binary file modified compiled/stm32-enc2860/firmware.bin
Binary file not shown.
Binary file modified compiled/stm32/firmware.bin
Binary file not shown.
Binary file modified compiled/stm32/firmware.elf
Binary file not shown.
4,463 changes: 2,224 additions & 2,239 deletions compiled/stm32/firmware.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions lighthub/utils.cpp
Original file line number Diff line number Diff line change
@@ -883,7 +883,9 @@ bool i2cReset(){
debugSerial.println("I2C Reset");

Wire.endTransmission(true);
#if !defined(ARDUINO_ARCH_ESP8266)
Wire.end();
#endif
pinMode(SCL,OUTPUT);
pinMode(SDA,INPUT);
//10 сигналов клок

0 comments on commit 5719ba2

Please sign in to comment.