Skip to content

Commit

Permalink
SI47XX Arduino Library
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Lima Caratti committed Aug 26, 2020
1 parent cf5ae0b commit 1dfa907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/SI47XX_08_RDS/SI47XX_02_RDS_TFT_TOUCH_SHIELD_35/patch_init.h
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// SSB patch for whole SSBRX initialization string
// You can remove PROGMEM if you have enough RAM memory
// const PROGMEM uint8_t ssb_patch_content[] =
const /*PROGMEM*/ uint8_t ssb_patch_content[] = // Nice if Arduino DUE or ESP32
const PROGMEM uint8_t ssb_patch_content[] = // Nice if Arduino DUE or ESP32
{0x15, 0x00, 0x03, 0x74, 0x0B, 0xD4, 0x84, 0x60,
0x16, 0x6F, 0xAE, 0x6C, 0xF9, 0xBB, 0x84, 0xA2,
0x16, 0x65, 0xB1, 0x4B, 0xF6, 0x72, 0x01, 0x1A,
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=PU2CLR SI4735
version=2.0.4
version=2.0.5
author=Ricardo Lima Caratti, pu2clr@gmail.com
maintainer=Ricardo Lima Caratti
sentence=Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.
Expand Down

0 comments on commit 1dfa907

Please sign in to comment.