Skip to content

Commit

Permalink
renamed library
Browse files Browse the repository at this point in the history
  • Loading branch information
jeoooo committed Jan 29, 2024
1 parent fb8bc52 commit bd4fb70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions PocketbaseArduino.h → PocketbaseExtended.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// PocketbaseArduino.h
// PocketbaseExtended.h

#ifndef PocketbaseArduino_h
#define PocketbaseArduino_h
#ifndef PocketbaseExtended_h
#define PocketbaseExtended_h

#include "Arduino.h"

Expand All @@ -11,13 +11,13 @@

#include <BearSSLHelpers.h>

class PocketbaseArduino
class PocketbaseExtended
{
public:
PocketbaseArduino(const char *baseUrl); // Constructor
PocketbaseExtended(const char *baseUrl); // Constructor

// Methods to build collection and record URLs
PocketbaseArduino &collection(const char *collection);
PocketbaseExtended &collection(const char *collection);

/**
* @brief Fetches a single record from a Pocketbase collection
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=PocketbaseArduino
name=PocketbaseExtended
version=0.3.8
author=Jeo Carlo Lubao
maintainer=Jeo Carlo Lubao
Expand Down

0 comments on commit bd4fb70

Please sign in to comment.