Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pu2clr committed Nov 14, 2024
1 parent 9493e1f commit 3d6059f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions examples/compile_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,18 @@ arduino-cli compile -b lgt8fx:avr:328 ./TEST/SI4844_BASS_TREBLE --output-dir ~/D
arduino-cli compile -b lgt8fx:avr:328 ./TEST/SI4844_CUSTOM_BAND --output-dir ~/Downloads/hex/ltg/SI4844_CUSTOM_BAND
arduino-cli compile -b lgt8fx:avr:328 ./TEST/SI4844_FIRMWARE --output-dir ~/Downloads/hex/ltg/SI4844_FIRMWARE



echo "********************"
echo "ESP32"
echo "********************"

arduino-cli compile --fqbn esp32:esp32:esp32-poe-iso ./SI4844_ESP32_POC --output-dir ~/Downloads/hex/esp32/SI4844_ESP32_POC



echo "********************"
echo "ESP8266"
echo "********************"

arduino-cli compile --fqbn esp8266:esp8266:generic ./SI4844_ESP8266_POC --output-dir ~/Downloads/hex/esp8266/SI4844_ESP8266_POC
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=PU2CLR SI4844
version=1.1.4
version=1.1.5
author=Ricardo Lima Caratti
maintainer=Ricardo Lima Caratti
sentence=Control your SI4822, SI4826, SI4827, SI4840, 4844A, and 4844B BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.
Expand Down

0 comments on commit 3d6059f

Please sign in to comment.