Skip to content

Commit

Permalink
Update bbn_m5atomS3_lite_eth_https.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Apr 9, 2024
1 parent 65fbb94 commit 1bdcc3e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions bbn_m5atomS3_lite_eth_https/bbn_m5atomS3_lite_eth_https.ino
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@

#define SERVER "httpbin.org"

#define SCK 22
#define MISO 23
#define MOSI 33
#define CS 19
#define SCK 5
#define MISO 7
#define MOSI 8
#define CS 6

// M5AtomLite
//#define SCK 22
//#define MISO 23
//#define MOSI 33
//#define CS 19

byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0x99};

Expand Down

0 comments on commit 1bdcc3e

Please sign in to comment.