Skip to content

Commit

Permalink
Add example description
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jun 1, 2024
1 parent 2bc4e3f commit 87777e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/ModemFileUploadExample/Imagetofiletest.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Contribution from Bfreak : https://github.com/Bfreak
// https://github.com/Xinyuan-LilyGO/LilyGo-T-SIM7080G/pull/71

#include <Arduino.h>
#include "utilities.h" // Include the utilities header
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ src_dir = examples/MinimalLowBattPowerOffExample
; src_dir = examples/BLE5_periodic_advertising
; src_dir = examples/BLE5_periodic_sync
; src_dir = examples/ATDebug
; src_dir = examples/ModemFileUploadExample

; By @bootcampiot https://github.com/bootcampiot
; src_dir = examples/SIM7080G-ATT-NB-IOT-AWS-MQTT
Expand Down

0 comments on commit 87777e9

Please sign in to comment.