Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BlynkGO committed Feb 12, 2024
1 parent 2a352e0 commit ed33f89
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* ให้กำหนดใน blynkgo_config.h เปิดใช้ LittleFS
* โดยกำหนด
* #define BLYNKGO_USE_LITTLEFS 1
*
*/

#include <BlynkGOv3.h>
#include "project.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* ให้กำหนดใน blynkgo_config.h เปิดใช้ LittleFS
* โดยกำหนด
* #define BLYNKGO_USE_LITTLEFS 1
*
*/

#include <BlynkGOv3.h>
#include "project.h"

Expand All @@ -21,3 +28,4 @@ void setup() {
void loop() {
BlynkGO.update();
}

0 comments on commit ed33f89

Please sign in to comment.